Menu

#9 getPublicList causes crash

open
nobody
None
5
2009-10-16
2009-10-16
Anonymous
No

Fa = f.getFavoritesInterface();
User u;

u = Pe.findByUsername("someuser");

Set<String> extras = new HashSet<String>();
String shortUrl = "URL_S";
extras.add(shortUrl);

PhotoList list = Fa.getPublicList(u.getId(), 0, 0, extras);

What am I doing that causes Android to drop the application because it behaves unexpectedly? Are there any example of how to get a user's public list?

Thank you

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.