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
Post a Comment