I need a simple java example of processing a JSON response via HTTP for Android App?

前端 未结 3 1565
逝去的感伤
逝去的感伤 2021-01-16 05:15

I am writing a simple Android app and have a database that will send back information into the app. I am new to Android and am looking for a simple example that demonstrates

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-16 06:07

    Take a look to: JSON Parsing in android or Android as a RESTful Client.

    Also read Handling Expensive Operations in the UI Thread to be sure that your application is not "hanging" if content retrieval takes time.

提交回复
热议问题