블로그에 쓴 피카사 이미지 교체 – emacs lisp 스크립트 사용
We wanted to remind you that we are retiring Picasa Web Albums in the near future on August 1st 2016. - An update on Picasa and the archive...
We wanted to remind you that we are retiring Picasa Web Albums in the near future on August 1st 2016. - An update on Picasa and the archive...
안드로이드에서 Intent를 사용해 갤러리나 사진앱을 통해 사진의 Uri를 가져오는 코드는 이렇습니다. Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(MediaStore.Images.Media.CONTENT_TYPE); startActivityForResult(intent, 1000); @Override protected void onActivityResult(int requestCode, int resultCode, Intent data)...