I would like to know if you found a solution to load image from Picasa when
user select an image in the gallery ?
Let me know
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegro
I've entered a bug:
http://code.google.com/p/android/issues/detail?id=21234
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email
I'm running into something very similar trying to get thumbnails.
I use this to get select the image from the gallery:
Intent intent = new Intent(Intent.ACTION_PICK);
intent.setType("image/*");
intent.putExtra("return-data", true);
startActivityForResult(Intent.createChooser(intent,"Complete actio
Any idea on how to solve this?
Thnaks in advance.
-- Thiago
On Tue, Apr 6, 2010 at 10:47 AM, Krizai wrote:
> I'm starting gallery from my app to select photo. Everything is fine
> until i select photo from picasa.
> Result in onActivityResult is just an empty string "".
> Here is my code:
>
I'm starting gallery from my app to select photo. Everything is fine
until i select photo from picasa.
Result in onActivityResult is just an empty string "".
Here is my code:
Intent photoPickerIntent = new
Intent(Intent.ACTION_PICK);
p
5 matches
Mail list logo