2016年3月16日

摘要: 安卓子线程无法直接更改UI,所以需要异步消息处理机制来解决 阅读全文
posted @ 2016-03-16 15:13 android开发进阶者 阅读(317) 评论(0) 推荐(0) 编辑
 

2016年3月10日

摘要: package com.example.datebasetest;import android.content.ContentValues;import android.database.Cursor;import android.database.sqlite.SQLiteDatabase;imp 阅读全文
posted @ 2016-03-10 10:05 android开发进阶者 阅读(7312) 评论(0) 推荐(0) 编辑
 
摘要: package com.example.datebasetest;import android.content.ContentValues;import android.database.sqlite.SQLiteDatabase;import android.support.v7.app.AppC 阅读全文
posted @ 2016-03-10 09:44 android开发进阶者 阅读(3151) 评论(0) 推荐(0) 编辑
 
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文
posted @ 2016-03-10 09:36 android开发进阶者 阅读(1158) 评论(0) 推荐(0) 编辑
 
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文
posted @ 2016-03-10 09:26 android开发进阶者 阅读(1673) 评论(0) 推荐(0) 编辑
 

2016年3月9日

摘要: package com.example.databasetest;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteDat 阅读全文
posted @ 2016-03-09 16:52 android开发进阶者 阅读(332) 评论(0) 推荐(0) 编辑
 
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文
posted @ 2016-03-09 16:38 android开发进阶者 阅读(1467) 评论(0) 推荐(0) 编辑
 

2016年3月3日

摘要: SharedPreferences是使用键值对的方式来存储数据。 要想使用SharedPreferences来存储数据,必须获取SharedPreferences对象,获取SharedPreferences对象的方法。 Context.getSharedPreferences( ) Activity 阅读全文
posted @ 2016-03-03 19:10 android开发进阶者 阅读(354) 评论(0) 推荐(0) 编辑
 
摘要: 文件保存 package com.example.datastroredtest;import android.app.Activity;import android.os.Bundle;import android.widget.EditText;import java.io.BufferedWr 阅读全文
posted @ 2016-03-03 13:47 android开发进阶者 阅读(509) 评论(0) 推荐(0) 编辑
 

2016年3月2日

摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android: 阅读全文
posted @ 2016-03-02 14:07 android开发进阶者 阅读(305) 评论(0) 推荐(0) 编辑