资源列表
testActivityIntent
- android学习之九ActivityIntent学习-Nine ActivityIntent android learning to learn
testSQLite
- android学习之七Service学习-Service learning android study of seven
testImageView
- android学习之五ImageView学习-study of five ImageView learning android
testGridView
- android学习之四网格显示GridView学习-android study of four grid display the GridView learning
testDraw
- android学习之三画图学习testDraw-The third drawing android learning learning testDraw
testBroadcastReceiver
- android入门学习之二广播学习BroadcastReceiver-Introduction to study of the two radio android learning
LayoutDemo
- android入门学习之一LayoutDemo-android entry LayoutDemo
data-storage(4)
- 两个方法 1. openFileOutput (String name, int mode) name:文件的名称,不能包含分隔符"/",如果文件不存在,Android会自动创建它。创建的文件保存在/data/data/<package_name>/files目录下。 mode:操作模式 2. openFileInput (String name) -Two methods 1. OpenFileOutput (String name, int
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
Content-Providers(1)
- 关于Content Providers Content Providers 是所有应用程序之间数据存储和检索的一个桥梁,作用是使得各个应用程序之间实现数据共享。 它是应用程序间共享数据的唯一方法。 在Android中没有一块公共的所有应用程序都能访问的数据存储地方。 把18.SQLite和22.22.Content Provider添加到项目中,先运行18.SQLite,然后在进行22.Content Provider测试 -About Content Prov
Content-Providers
- 前提条件 存在一个用于存放数据的系统 实现步骤 1. 定义一个继承 ContentProvider的类 2. 声明一个Uri类型的常量CONTENT_URI 3.实现query()、insert()、update()、delete()、 getType()、onCreate() 4.在AndroidManifest.xml文件中进行声明 -There is a prerequisite for the system impl
ToHell
- 一个仿造是男人下一百层游戏的小游戏 利用重力感应实现-A counterfeit one hundred men under the layer of the game game gravity sensors to achieve