上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显示出来,该例子也会涉及到Android加载大图片时候的处理(避免OOM),还有简要提一下有些人SurfaceView出现黑屏的原因。 Android应用拍照的两种方式,下面为两种形式的Demo展示出来的 阅读全文
posted @ 2016-07-06 10:44 百事没事 阅读(4607) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
posted @ 2016-07-05 11:51 百事没事 阅读(175) 评论(0) 推荐(1) 编辑
摘要: 9patch shape 创建 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <!--尺寸--> <size android:heig 阅读全文
posted @ 2016-07-04 13:44 百事没事 阅读(261) 评论(0) 推荐(0) 编辑
摘要: package com.example.lenovo.guangbo; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; pub 阅读全文
posted @ 2016-06-29 11:00 百事没事 阅读(170) 评论(0) 推荐(0) 编辑
摘要: package com.example.lenovo.guangbo; import android.content.Intent; import android.content.IntentFilter; import android.support.v7.app.AppCompatActivit 阅读全文
posted @ 2016-06-29 10:57 百事没事 阅读(172) 评论(0) 推荐(0) 编辑
摘要: package com.example.lenovo.guangbo; import android.content.Intent; import android.content.IntentFilter; import android.support.v7.app.AppCompatActivit 阅读全文
posted @ 2016-06-29 09:26 百事没事 阅读(230) 评论(0) 推荐(0) 编辑
摘要: package com.example.lenovo.musicplay; import android.content.Intent; import android.os.Handler; import android.support.v7.app.AppCompatActivity; impor 阅读全文
posted @ 2016-06-28 14:15 百事没事 阅读(293) 评论(0) 推荐(1) 编辑
摘要: package com.example.lenovo.service; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; im 阅读全文
posted @ 2016-06-27 15:36 百事没事 阅读(226) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
posted @ 2016-06-27 14:52 百事没事 阅读(180) 评论(0) 推荐(0) 编辑
摘要: DBHelpter package com.example.lenovo.heimingdan.com.hanqi.heimingdan.com; import android.content.Context; import android.database.sqlite.SQLiteDatabas 阅读全文
posted @ 2016-06-16 23:54 百事没事 阅读(193) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页