how to put a picture in the internal memory of the app? 這是我的問題,它涉及在應用程序中放置圖片,我希望更具體。 我需要的是,該庫將無法讓我查看的圖片已保存在設備 這裏後的代碼: public class Add_Comment_Picture extends AppCompatActivity {
static final int
我寫這段代碼和我的代碼從庫中選擇一張圖片並從中獲取數據但我不知道如何從Inputstrem或數據獲取圖像地址並將其存儲? public void loadPic()
{
Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("image/*");
st