I’m trying to parse Foursquare places into android application and i got success as i can view the data in Logcat but listview is not showing any data.
here is the code: http://dl.dropbox.com/u/16910648/foursquare-places
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should have posted your code here since it would be more readable. I can’t find anything obvious in your code, except that it might be your venuelist that is the problem. I’m uncertain if a SimpleAdapter can handle a ArrayList with HashMaps properly. Have you tried putting any other information to the adapter?
Try putting a prefixed string[] to your adapter and see if anything comes up or write your own adapter to the ListView, that’s what i recommend.