搜索资源列表
NotepadCodeLab
- android os 记事本功能的练习例子,包括UI,SQlite的操作,分三个阶段完成功能,文件名结尾为_Solution的文件是解决方案,可以对应该文件练习,代码有注释-android os Notepad function of exercise examples, including the UI, SQlite operation, completion in three phases, the file name ends with _Solution file is the sol
android_hello_world
- 该文件为android练习程序,环境为intelIDE+jdk6u+androidSDK。里面含有配置文件。-The file android exercise program environment intelIDE+jdk6u+androidSDK. Which contains the configuration file.
MIUI-file-manager
- 一款简单的文件管理系统。适合初级开发者练习使用-A simple file management system. For junior developers to practice the use of
SMS-Smart-Manager
- 黑马培训机构的一个安卓练习项目。 功能描述: 会话列表 通过异步查询获取会话数据,不会导致ANR(Application Not Response)异常,对于会话可以进行单条和多条的删除,查看会话详情,我们在对ListView进行了优化。 文件夹视图 对信息进行了分类管理:收件箱 发件箱 已发送 草稿箱这四类,并且我们对信息进行了日期分隔显示。 群组 创建了群组数据库,里面有两张表:groups和thread_group,groups是用来存放群组的。