我需要保存图片库并将其保存在数据库中, 我有图像设备的地址。
我的问题是如何将其保存在数据库中?
答案 0 :(得分:0)
我需要添加图片来解析.. 我评论:Bitmap bitmap = BitmapFactory.decodeFile(targetImage); 这是名称changed = targetImage - 此图像已选择基本上库(名称已更改)。 谢谢兄弟
button.setOnClickListener(new OnClickListener(){
public void onClick(View arg0) {
Intent intent = new Intent(Intent.ACTION_PICK,
android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(intent, 0);
// Locate the image in res > drawable-hdpi
ParseUser user = new ParseUser();
Bitmap bitmap = BitmapFactory.decodeFile(targetImage);