摘要:
设置访问通讯录权限 String str=""; Uri uri=Uri.parse("content://com.android.contacts/contacts"); ContentResolver resolver=getApplicationContext(... 阅读全文
摘要:
DBOpenHelper.javapackage com.example.sqllite.servise;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.datab... 阅读全文
摘要:
思路:通过httpConnection获取文件流,将文件流转为字节数组,将数组装换为位图付给imageView 清单文件中加入imageServise.javapackage com.example.seepicture.servise;import java.io.IOException;impo... 阅读全文