资源列表

« 1 2 ... .30 .31 .32 .33 .34 935.36 .37 .38 .39 .40 ... 2090 »

[android开发Contacts

说明:android的联系人功能,可在eclipse和linux下编译通过。-android contact functions, and in eclipse under linux compile.
<james> 在 2025-02-05 上传 | 大小:456kb | 下载:0

[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开发TextViewTilt

说明:android TextView的特效!
<lzm> 在 2025-02-05 上传 | 大小:456kb | 下载: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开发Service

说明:Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。 Service有两种状态,“启动的”和
<lee> 在 2025-02-05 上传 | 大小:455kb | 下载:0

[android开发SharedPreferences

说明:SharePreferences是用来存储一些简单配置信息的一种机制,使用Map数据结构来存储数据,以键值对的方式存储,采用了XML格式将数据存储到设备中。例如保存登录用户的用户名和密码。只能在同一个包内使用,不能在不同的包之间使用,其实也就是说只能在创建它的应用中使用,其他应用无法使用。-SharedPreferences is a mechanism used to store some simple configuration i
<lee> 在 2025-02-05 上传 | 大小:455kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 935.36 .37 .38 .39 .40 ... 2090 »

源码中国 www.ymcn.org