Android/LiveWallPaper (2) 썸네일형 리스트형 [펌] URI를 가지고 Image Path 얻어 오기 * Gallery를 실행 하여 Crop이미지 가지고 오기 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType("image/*"); intent.putExtra("crop", "true"); DisplayMetrics dm = getResources().getDisplayMetrics(); int width = dm.widthPixels; int height = dm.heightPixels; intent.putExtra("outputX", width); intent.putExtra("outputY", height); intent.putExtra("aspectX", width);.. 예제들 막막하다... 어디서부터 손을대야 할지 http://eclife.tistory.com/78 http://blog.androgames.net/58/android-live-wallpaper-tutorial/ http://www.rajeeshcv.com/2010/12/create-a-live-aquarium-wallpaper-in-andriod/ 이전 1 다음