资源列表
[android开发] sourcecode
说明:有关android 存储技术相关的源码例子.-Related to the relevant source storage technology android example.<白色彗星是我> 在 2025-02-05 上传 | 大小:456kb | 下载:0
[android开发] Android-basic-information
说明:安卓系统基本知识汇总,主要供初学者使用。-Android basic<张杰> 在 2025-02-05 上传 | 大小:457kb | 下载:0
[android开发] broadcast-receiver-android
说明:broadcast receiver android<compo> 在 2025-02-05 上传 | 大小:456kb | 下载:0
[android开发] basic-components
说明:android开发基于java开发,现在android开发很火.提供公司培训资料,第六章Android基本组件介绍-java-based development android development, android development now is the fire, providing corporate training materials, Chapter VI describes the basic components<Billy> 在 2025-02-05 上传 | 大小:457kb | 下载:0
[android开发] adb-for-4.22
说明:adb test for android 4.22 -adb test for android 4.22<joyoki> 在 2025-02-05 上传 | 大小:456kb | 下载:0
[android开发] Curriculum
说明:安卓大学生课程表源代码 是大学生能够有效的知道自己的课程 可编写可删除-Andrews college students curriculum source code college students be able to know their own courses write delete<Ben Liu> 在 2025-02-05 上传 | 大小:456kb | 下载:0
[android开发] CallTimeRecorder
说明:一个简单实用的android闹钟源代码 -A simple and practical android clock source<江轲杰> 在 2025-02-05 上传 | 大小:455kb | 下载:0
[android开发] ContentProvider
说明:当应用继承ContentProvider类,并重写该类用于提供数据和存储数据的方法,就可以向其他应用共享其数据。虽然使用其他方法也可以对外共享数据,但数据访问方式会因数据存储的方式而不同,如:采用文件方式对外共享数据,需要进行文件操作读写数据;采用sharedpreferences共享数据,需要使用sharedpreferences API读写数据。而使用ContentProvider共享数据的好处是统一了数据访问方式。-When ap<lee> 在 2025-02-05 上传 | 大小:456kb | 下载:0
[android开发] SharedPreferences
说明:SharePreferences是用来存储一些简单配置信息的一种机制,使用Map数据结构来存储数据,以键值对的方式存储,采用了XML格式将数据存储到设备中。例如保存登录用户的用户名和密码。只能在同一个包内使用,不能在不同的包之间使用,其实也就是说只能在创建它的应用中使用,其他应用无法使用。-SharedPreferences is a mechanism used to store some simple configuration i<lee> 在 2025-02-05 上传 | 大小:455kb | 下载:0