Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 Foursquare 位置解析到 android 应用程序中,我取得了成功,因为我可以在 Logcat 中查看数据,但 listview 没有显示任何数据。
这是代码:http ://dl.dropbox.com/u/16910648/foursquare-places
您应该在此处发布您的代码,因为它更具可读性。我在你的代码中找不到任何明显的东西,除了问题可能是你的场地列表。我不确定 SimpleAdapter 是否可以正确处理带有 HashMaps 的 ArrayList。您是否尝试将任何其他信息放入适配器?
尝试将前缀字符串 [] 放入您的适配器,看看是否出现任何问题,或者将您自己的适配器写入 ListView,这就是我的建议。