我得到的只是REST API链接,其中包含JSON数据。我必须在android原生系统中创建一个登录/注册系统。我不知道如何进行REST。需要帮助。
答案 0 :(得分:0)
您可以使用改造或排球来获取请求,使用Gson来解析和序列化JSON。 这是一些有用的链接
改造:http://square.github.io/retrofit/
改造样本:https://github.com/atahani/retrofit-sample
检查此类的休息端点:https://github.com/atahani/retrofit-sample/blob/14_final/app/src/main/java/com/atahani/retrofit_sample/network/FakeTwitterService.java