Service返回一个对象,响应对象包含5 6 Arraylist。我必须将其填充到粘性标题列表视图中。如何将其绑定到listview。
我的示例响应对象是
public class ResponseSearch {
private ArrayList<Book> books;
private ArrayList<School> schools;
private ArrayList<Magazine> magazines;
private ArrayList<Education> educations;
private ArrayList<Astrology> astrologies;
private ArrayList<Movie> movies;
}
答案 0 :(得分:0)
http://www.androidhive.info/2016/01/android-working-with-recycler-view/。 请参阅此回收站视图,因为大多数新应用都使用此功能,如果您想选择列出视图,https://www.tutorialspoint.com/android/android_list_view.htm或使用vogella