Hi ,
I am trying to access picasa from android ,
i have tried to run following sample code
http://code.google.com/p/google-api-java-client/source/browse/picasa-atom-android-sample/?repo=samples#picasa-atom-android-sample%3Fstate%3Dclosed
but i am getting only one thing over here ,
and there is no options to select google account.
in my code i am getting
final AccountManager manager = AccountManager.get(this);
final Account[] accounts = manager.getAccountsByType("com.google");
final int size = accounts.length;
size = 0 and no items were there in select google account
so can you please tell me how to set up google account , to access picasa album or if someone has another idea then also i don't mind.