通过JSON对象Retrofit显示JSON数据

时间:2017-06-16 01:52:14

标签: java android retrofit

当我添加此对象“今天”时,它不会打印输出(logcat)。但我需要使用对象并显示输出。如何使用此对象获取此数据?

APIService.java

ui->textEdit->append(("Hello World"));

GetData功能

import myfunction
myfunction()

JSON数据

public interface APIService{
@GET("learn/schdeule.json")
Call<List<Schedule>>getScheduleData();
}

0 个答案:

没有答案