如何将 KSOAP2 与 Google API 结合使用



我想使用 KSOAP2 解析 Google place API。是否可以在Google API中使用KSOAP2,即Google Places API?如果是,请发布一些示例。如果不是,那么KSOAP2是否有任何其他替代Google APIs

Google Places API 的推荐格式是 JSON。KSOAP2不是一个很好的库,顺便说一句。
要解析 json,您可以使用 Android 中包含的 json.org 库或更复杂的库,如 Jackson。

有一个很长的教程如何使用 Places 以及使用它使用哪个库:
http://www.androidhive.info/2012/08/android-working-with-google-places-and-maps-tutorial/

相关内容

  • 没有找到相关文章

最新更新