Android RecyclerView + ActiveAndroid
问题 What is the preffered way of populating a RecyclerView and keeping track of data changes using ActiveAndroid ORM? I've asked a question on this topic recently. But it got too verbose, and people are so lazy, that someone would scarcely read it till the end. The very essence of it: Does somebody have a working example of RecyclerView populated from a database through ActiveAndroid? 回答1: I had used this library once, but with a ListView . I think this code should work with the RecyclerView : /*