Android实用代码 Android

1、获取应用程序下所有Activitypublic static ArrayList<String> getActivities(Context ctx) { ArrayList<String> result = new ArrayList<String>(); Intent int
标签: android

发布于  2024-3-2 18:04

如何使用红杏的公益代理 Android

公益代理为: http://hx.gy:1080。注意: hostname为hx.gy, 不要带上http://。 github加速 git config –global http.proxy http://hx.gy:1080 如果要移...
标签: android

发布于  2024-3-2 18:04

使用Intent获取系统联系人 Android

跳转 Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI); intent.setType(Phone.CONTENT_TYPE); this.startActivityFor
标签: android

发布于  2024-3-2 18:04

2015年5-6月关于Android用户隐私保护的3篇顶级论文【2015.5-2015.6】 Android

1.土耳其Abant Izzet Baysal大学和Gazi大学的研究人员针对现有Android权限管理无法动态调整、用户难以理解权限意义等问题,提出了一种基于权限的Android
标签: android

发布于  2024-3-2 18:04

SBVLC: 一种安全的基于二维码的可见光通信系统 Android

SBVLC: Secure barcode-based visible light communication for smartphones, TMC (IEEE Transactions on Mobile Computing), 2015年3月 [1]http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumbe
标签: android

发布于  2024-3-2 18:04

EditText 点击事件小问题 Android

EditText 点击事件小问题 怎么回事 最近在工作的时候遇到一个小小的磕绊,给EditText添加点击事件的时候,需要对控件点击两次,才能触发自定义的
标签: android

发布于  2024-3-2 18:04

Unity3D项目文件目录发布后对应的ios/android应用目录 Android

unity3d项目文件目录发布后,对应的ios/android应用目录 分类: unity3d 2014-11-19 21:00 2261人阅读 评论(0) 收藏 举报 Unity3d的Resource、AssetBundle与手游动态更新的
标签: android

发布于  2024-3-2 18:04

将android客户端的错误日志压缩上传到服务器 Android

原文:将android客户端的错误日志压缩上传到服务器 源代码下载地址:http://www.zuidaima.com/share/1550463760370688.htm 将android客户端的错误日志压缩上传到服务器
标签: android

发布于  2024-3-2 18:04

Android应用开发SharedPreferences存储数据的使用方法 Android

1.概述。SharePreferences是用来存储一些简单配置信息的一种机制,使用Map数据结构来存储数据,以键值对的方式存储,采用了XML格式将数据存储到设备中。例如保存登录用户的用户名和密码。只能在同一个...
标签: android

发布于  2024-3-2 18:04

Android 进行单元测试难在哪-part1 Android

原文链接 : Against Android Unit Tests 原文作者 : Matthew Dupree 译文出自 : 开发技术前线 www.devtf.cn 译者 : chaossss 校对者: tiiime 状态 : 完成 正如我
标签: android

发布于  2024-3-2 18:04