我使用过代码
String name = "";
Cursor c = getApplication().getContentResolver().query(ContactsContract.Profile.CONTENT_URI, null, null, null, null);
if(c.moveToFirst()) {
name = c.getString(c.getColumnIndex("display_name"));
c.close();
}
从第一张图片开始我不知道如何在之前的viewController中从所选图像开始图像。提前谢谢..