Hi
Just like the iPhone has a UIImagePickerController to let the user access pictures stored on the device, do we have a similar control in the Android SDK?
Thanks.
|
|
Hi Just like the iPhone has a UIImagePickerController to let the user access pictures stored on the device, do we have a similar control in the Android SDK? Thanks.
|
||
|
|
|
|
You can use Luckily for you, Android includes an Action for picking things: Call
Then override
Once you have the image Uri you can use it to access the image and do whatever you need to do with it. |
||
|
|
|
|
hai, can you please tel me how can i download a image on to my avd directly from google images. |
||
|
|
|
I believe what you're after is a content provider called android.provider and a class called MediaStore.Images More information can be found here. |
||
|
|