E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
putString
使用android辅助服务监听Activity打开
1.添加权限2.注册Service3.Application中设置权限Settings.Secure.
putString
(getContentResolver(),Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES
猿小帅01
·
2024-02-01 05:58
android
java
Accessibility
SharedPreferences
getSharedPreferences(context.getPackageName(),Context.MODE_PRIVATE);Editoreditor=sharedPreferences.edit();editor.
putString
hanxianshe_9530
·
2024-01-26 12:49
Kotlin Basic Learning - series 6
但我还会继续从平时的学习中分享一些有用的学习经历AndroidKTX提供了bundlecreator,可以让我们在创建bundle的时候更加简洁,不用再调用'
putString
','putInt'等方法
swust_cp
·
2024-01-24 18:18
android 持久化-SharedPreferences
PreferenceManager.getDefaultSharedPreferences(context);//存SharedPreferences.Editoreditor=sharedPreferences.edit();editor.
putString
风___________
·
2024-01-20 22:21
Android 笔记: 子线程请求网络 与主线程通信 渲染UI 使用handler
然后在子线程中请求网络Message对象在子进程中声明Messagemessage=newMessage();message.what=1;Bundlebundle=newBundle();bundle.
putString
Trump. yang
·
2023-12-29 18:42
笔记
android
ui
网络
数据存储——四种存储方式——共享参数SharedPreferences——保存路径是:/data/data/应用包名/shared_prefs/文件名.xml——实现密码登录功能——此章节是前面的内容...
记住密码”,则把手机号码和密码都保存到共享参数中if(bRemember){SharedPreferences.Editoreditor=mShared.edit();//获得编辑器的对象editor.
putString
小白龙白龙马
·
2023-12-21 21:39
xml
android
java
开发语言
android的bundle的常用函数(ChatGPT)
putString
(Stringkey,Stringvalue):将字符串值放入B
姜姜爱学习
·
2023-12-18 18:42
android
【Android】Activity 的恢复
overridefunonSaveInstanceState(outState:Bundle){super.onSaveInstanceState(outState)valtempData="Somethingyoujusttyped"outState.
putString
nor1take
·
2023-12-15 17:32
Android
android
Android数据传递方法汇总
intentSimple.setClass(MainActivity.this,Main2Activity.class);BundlebundleSimple=newBundle();bundleSimple.
putString
Chen_ShengJie
·
2023-11-30 00:33
Android
android
java
开发语言
2021-07-18 安卓day2
title","tom")输入数据intent.getStringExtra(“title”)接收数据利用bundle可以把多个数据封装进一个bundle新建一个Bundle类的对象bundlebundle.
putString
Daylightqvq
·
2023-11-24 07:34
Android 轻量级存储方案的前世今生,kotlin处理null异常
sp.edit().
putString
(“c”,“dmn”).apply();每次调用edit方法都会创建一个Editor对象,造成额外的内存占用。
m0_66264134
·
2023-10-12 23:17
程序员
架构
移动开发
android
android activity之间跳转和数据传递参数,Activity跳转(有返回数据跳转)以及传递参数和回传参数...
final类两个Activity之间通信可以用Bundle类实现步骤:新建一个Bundle类Bundlebundle=newBundle();bundle类中加入数据(key-value的形式)bundle.
putString
萧涯离
·
2023-10-06 00:15
android
SharedPreferences 源码分析
getSharedPreferences("fileName",Context.MODE_PRIVATE);SharedPreferences.Editoreditor=sp.edit();editor.
putString
niuyongzhi
·
2023-09-28 08:57
android开发
android
android 无障碍服务
android.permission.WRITE_SECURE_SETTINGS权限adbshellpmgrantapp包名android.permission.WRITE_SECURE_SETTINGS2.app启动处添加如下代码Settings.Secure.
putString
一头小火烧
·
2023-08-25 06:47
Android
android
Android实现简单的用户注册案例
EditText、Button、RadioButton、CheckBox、Spinner;通过intent实现主界面跳转到界面二涉及传递多个的数据时,使用Bundle对象作为容器,通过调用Bundle的
putString
巫笙公子
·
2023-08-15 23:06
Android
系统设置某些应用/页面适配横屏
如:需要把某个应用添加到横屏显示的白名单里:Settings.Global.
putString
(mContext,”app_landscape”,”com.android.gallery3d,”);需要把某个应用页面横屏显示
hudawei996
·
2023-07-26 03:38
android
system
Activity中Bundle传递数据
发送端:Intentintent=newIntent(MainActivity.this,FirstActivity.class);Bundledata=newBundle();data.
putString
cf8833
·
2023-07-18 03:33
Android登录后的用户数据如何保存,Android如何保存数据
SharedPreferencessettings=getSharedPreferences("UserInfo",0);SharedPreferences.Editoreditor=settings.edit();editor.
putString
阿布杰科特
·
2023-07-17 19:28
SharedPreferences源码分析学习
getSharedPreferences("ouwen",Context.MODE_PRIVATE);SharedPreferences.Editoredit=sharedPreferences.edit();edit.
putString
wenou
·
2023-03-20 16:25
Flutter sharedPreferences使用
键值存储shared_preferences:^0.5.1+2FuturesetUserToken()async{SpUtilspUtil=awaitSpUtil.getInstance();spUtil.
putString
奔跑的杰尼龟zxl
·
2023-03-19 13:06
2020-01-03 SharePreferences的apply和commit的区别
context.getSharedPreferences(user_sp,Context.MODE_PRIVATE)通过editor对数据进行保存操作等valedit=sp.edit()when(value){isString->edit.
putString
Yangxy_Lazy
·
2023-03-16 15:32
TBS腾讯浏览服务TbsReaderView-APP内打开
Bundlebundle=newBundle();bundle.
putString
(TbsReaderView.KEY_FILE_PATH,mFile.getPath());//文件完整路径bundle.
putString
馨予务心竞
·
2023-03-12 01:15
【Android】-- 向上个和下个Activity页面发送数据
例://创建一个包裹Bundlebundle=newBundle();bundle.
putString
("request_content",tv_send.getText().toString());intent.putExtras
Shewyoo
·
2022-09-21 10:48
Android
android
Android文件存储SharedPreferences源码解析
getSharedPreferences("fileName",Context.MODE_PRIVATE);SharedPreferences.Editoreditor=sp.edit();editor.
putString
·
2022-08-26 16:51
SharedPreferences简单存储/读取
editorSharedPreferences.Editoreditor=getSharedPreferences("keeping",MODE_PRIVATE).edit();//存储key为username的张三editor.
putString
Fy_Wise
·
2022-06-15 10:35
Android
android
studio
android
使用Bundle传递基本类型数据和对象(Serializable 和 Parceable 传递对象)
Bundle用于携带数据,类似于Map集合,用来存放Key-Value键值对,但是它相对于Map,提供了常用类型的putXxx()和getXxx()方法,比如
putString
()/getString(
世道无情
·
2021-06-25 06:55
fragment 引用Fragment异常android.view.InflateException: Binary XML file line #7: Binary XML file line...
时报错xml如下:错误信息:问题原因:Activity与Fragment传值时用到了setArguments(Bundlebundle)Bundlebundle=newBundle();bundle.
putString
认真的大贾
·
2021-06-13 12:55
Android——Bundle浅析
传递方法:举个例子:写数据:Bundlebundle=newBundle();bundle.
putString
("n
Yawn,
·
2021-05-31 19:46
Android
华为桌面未读角标
角标功能支持平台:EMUI4.1及以上,桌面版本:6.3.29声明权限,如下:在需要进行角标显示地方,采用如下方法传递数据给华为桌面应用Bundleextra=newBundle();extra.
putString
Cursor_fei
·
2021-05-17 03:06
错误:Permission denial: writing to secure settings requires android.permission.WRITE_SECURE_SETTINGS
writingtosecuresettingsrequiresandroid.permission.WRITE_SECURE_SETTINGS过程:1.当调用代码进行系统的设置时需要添加上面的权限:Settings.Secure.
putString
WAIT丶Prenty
·
2021-05-07 13:19
Android 使用 SharedPreferences 保存少量数据的实现代码
getSharedPreferences("my_file",Context.MODE_PRIVATE);SharedPreferences.Editoreditor=share.edit();//4保存数据到文件editor.
putString
·
2021-04-26 12:41
Activity跳转(有返回数据跳转)以及传递参数和回传参数
final类两个Activity之间通信可以用Bundle类实现步骤:新建一个Bundle类Bundlebundle=newBundle();bundle类中加入数据(key-value的形式)bundle.
putString
规诫
·
2021-04-19 19:30
Android五大存储之SharedPreferences(一)
Android系统的组件一直没有抽出太多时间来总结先集百家之所长做一个简单的知识梳理后继再研读补充致敬原创简介是Android平台为应用开发者提供的一个轻量级的存储辅助类,用来保存应用的一些常用配置,它提供了
putString
极客天空
·
2021-03-10 21:58
Intent 数据传递
XxxActivity.class);intent.putExtra(key,value);Bundlebundle=newBundle();bundle.putInt(key,value);bundle.
putString
gczxbb
·
2021-01-08 16:28
动态Fragment 切换
在活动中创建一个静态方法publicstaticvoidgetString(Stringname,Fragmentfm){fm=newFragment();Bundlebundle=newBundle();bundle.
putString
心雨心晴
·
2020-09-16 13:35
Android Jetpack应指南学习笔记8——Navigation(二)使用safe args传递参数
android中,未使用safeargs之前,通常我们Fragment之间传递参数是这样的:1.传递参数//未采用safeargs的传递方式Bundlebundle=newBundle();bundle.
putString
淡淡的香烟
·
2020-09-15 15:20
Android
Jetpack
Android 仿微信支付密码界面
效果图使用Bundlebundle=newBundle();bundle.
putString
(PayFragment.EXTRA_CONTENT,"提现:¥"+100.00);PayFragmentfragment
张三滴张呀
·
2020-09-14 09:26
Android
QQ、Qzone分享的一些注意项
1.Tencenttencent=Tencent.createInstance("你的appId",mActivity);Bundleparams=newBundle();params.
putString
rabbit闯天涯
·
2020-09-13 14:27
Android
Bundle的说明和用法
相对于Map,它提供了各种常用类型的putXxx()/getXxx()方法,如:
putString
()/getString()和putInt()/getInt(),putXxx()用于往Bundle对象放入数据
iblade
·
2020-09-12 22:31
Android
QQ分享纯图片
分享纯图片privatefunonClickShare(){valparams=Bundle()params.
putString
(QQShare.SHARE_TO_QQ_IMAGE_LOCAL_URL,
VipPeterGee
·
2020-08-26 14:25
android开发
华为手机角标的显示
1.设置权限2.设置以下代码在需要显示图标的位置/***设置角标*/publicvoidsetBadgeNum(intnum){try{Bundlebunlde=newBundle();bunlde.
putString
FreedomDemo
·
2020-08-24 23:34
Activtiy之间数据通信3种方式
Activity之间数据通信Intent/bundle第一个activity跳转代码Bundlebundle=newBundle();bundle.
putString
("name","mile");bundle.putInt
小小米乐
·
2020-08-24 21:59
Java
Android
SharedPreferences的用法
privateSharedPreferences.Editoreditor;editor=getSharedPreferences(FILENAME,MODE_MULTI_PROCESS).edit();editor.
putString
名字_都被占了
·
2020-08-24 17:46
安卓学习之文件存储(笔记)
getSharedPreferences(“info”,MODE_PRIVATE);-保存值:(通过sp获取edit,通过edit中的方法进行保存值)Editoreditor=sp.edit();editor.
putString
云米
·
2020-08-24 08:18
android
无标题文章
newInstance(StringtypeStr){PasswordFragmentfragment=newPasswordFragment();Bundleargs=newBundle();args.
putString
Kamelot
·
2020-08-22 20:04
Bundle 传递收据
Bundle是一个特殊的map它的键类型固定为String值的类型也只有几个发送数据:Bundlebundle=newBundle();bundle.
putString
('sex','男人');bundle.putDouble
lzm198707
·
2020-08-22 17:58
Android 使用SharePreferences保存List集合,保存List集合到本地
compile'com.google.code.gson:gson:2.8.1'保存List集合Listlist=newArrayList();Gsongson=newGson();Stringdata=gson.toJson(list);sp.
putString
Billy_Zuo
·
2020-08-22 15:40
Android
Android 修改系统默认盘符名称
、修改路径:frameworks/av/media/mtp/MtpServer.cpp2、修改方法:MtpResponseCodeMtpServer::doGetDeviceInfo(){mData.
putString
三只小毛驴
·
2020-08-21 10:18
Android学习
Activity与Fragment之间简单的数据传递
setArguments进行数据的传递//Activity中的代码MyFragmentmyFragment=newMyFragment();Bundlebundle=newBundle();bundle.
putString
今安在
·
2020-08-20 13:05
android
Activity回传数据方法startActivityForResult onActivityResult
修改设置后,要让A重新读取设置,就要用到回传数据.主要是两个函数startActivityForResultonActivityResult先是A传B:Bundlebd=newBundle();bd.
putString
文森特崔
·
2020-08-20 13:37
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他