Connect to Picasa with Android

I want to connect to Picasa from an Android application (without interacting with any third-party application).

I tried Google and did not find a tutorial / explanation.

Even the Picasa web API site has no explanation for Android.

I would really appreciate any tutorial / sample code / instructions.

Thank.

Michael.

+3
source share
1 answer

Definitely check the source code for the Google Photostream sample, part of the apps-for-android sample code. In particular, the Flickr.java file from this project should give you a pretty good way to call a web service from an Android application.

2008 , Android 2.1, Android 1.5 .

+3

Source: https://habr.com/ru/post/1730246/


All Articles