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
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
--
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
3 matches
Mail list logo