Re: [android-developers] image capture and get both the original image and a thumbnail

2010-11-01 Thread niedhui
thanks ,this class only work on Api Level 8 On Nov 1, 2010, at 10:49 PM, TreKing wrote: > On Wed, Oct 27, 2010 at 12:36 AM, niedhui wrote: > so is there an easy way to get both the thumbnail and the original picture ? > > Try this? Never used it, so I don't know how it works, but seems usef

Re: [android-developers] image capture and get both the original image and a thumbnail

2010-11-01 Thread TreKing
On Wed, Oct 27, 2010 at 12:36 AM, niedhui wrote: > so is there an easy way to get both the thumbnail and the original picture > ? Try this? Never used it, so I don't know how it works, but seems useful. http://developer.android.com/reference/android/media/ThumbnailUtils.html --

[android-developers] image capture and get both the original image and a thumbnail

2010-10-28 Thread niedhui
hi i want to take a picture with camera, after read the document and googling,I found, if i don't want the original picture,i just use Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent, CAPTURE_PICTURE_CODE); to start the camera activity, and in onActi