for (int i = 0; i < resultFeed.getEntries().size(); i++) {
ContactEntry entry = resultFeed.getEntries().get(i);
Only gets 25 contacts and says java out of bound exception index 25.
Using this to get contacts from google account.
Original issue reported on code.google.com by badboyja...@gmail.com on 2 Jan 2012 at 6:52
Original issue reported on code.google.com by
badboyja...@gmail.com
on 2 Jan 2012 at 6:52