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.
我正在尝试创建一个显示附近酒店的应用程序。我想使用 zomato api。如何发送请求并获取 JSON 格式的输出?我是android新手,请指导我..!
你可以查看一些库,如 Volley、Retrofit、OKHttp 等。
但首先您应该阅读 Developer.Android.com 中的信息
构建具有连接性的应用程序
这里有一些示例:Android 示例