摘要: 1 package com.example.broadcastdemo1; 2 3 import android.os.Bundle; 4 import android.app.Activity; 5 import android.content.Intent; 6 import android... 阅读全文
posted @ 2014-12-17 22:41 青柘白芽 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.contentproviderdome1; 2 3 import android.os.Bundle; 4 import android.provider.ContactsContract; 5 import android.provider.Cont... 阅读全文
posted @ 2014-12-17 12:11 青柘白芽 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.filedemo1; 2 3 import java.io.BufferedReader; 4 import java.io.BufferedWriter; 5 import java.io.ByteArrayOutputStream; 6... 阅读全文
posted @ 2014-12-16 13:40 青柘白芽 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 第一个Demo: 1 package com.example.sqlitedemo; 2 3 import android.os.Bundle; 4 import android.app.Activity; 5 import android.database.Cursor; 6 import an... 阅读全文
posted @ 2014-12-15 16:01 青柘白芽 阅读(227) 评论(1) 推荐(0) 编辑
摘要: 1 package com.example.sharedpreferences; 2 3 import android.os.Bundle; 4 import android.preference.PreferenceManager; 5 import android.app.Activity;... 阅读全文
posted @ 2014-12-15 10:14 青柘白芽 阅读(217) 评论(0) 推荐(0) 编辑
摘要: MainActivity文件:public class MainActivity extends Activity implements OnClickListener{ AnimationDrawable anim_draw; @SuppressLint("NewApi") @Override p... 阅读全文
posted @ 2014-12-11 11:23 青柘白芽 阅读(207) 评论(0) 推荐(0) 编辑