I want to show album image
PicasawebService myService = new PicasawebService("Download Album
Links");
String feedUrl = "https://picasaweb.google.com/data/feed/
api/user/default/albumid/?";
AlbumFeed feed =myService.getFeed(new URL(feedUrl),
AlbumFeed.class);
for (PhotoEntry entry1 : feed.getPhotoEntries()) {
System.out.println(""+entry1.getTitle().getPlainText());
}
but it will display only album title,
--
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-picasa-data-api?hl=en.