DastanIqbal / google-voice-java

Automatically exported from code.google.com/p/google-voice-java
0 stars 0 forks source link

OutOfBoundException #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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