android - How to get picasa picture thumbnail -


getting image gallery with

intent intentgallery = new intent(intent.action_pick, android.provider.mediastore.images.media.external_content_uri); startactivityforresult(intentgallery, choose_picture); 

and

uri targeturi = data.getdata(); log.v(log_tag,"data achieved gallery: "+ targeturi); 

results in content://com.android.sec.gallery3d.provider/picasa/ if user selected picasa image.

this solution not me, because don't want use internet.

so, there way pick local picasa image thumbnail gallery?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -