This example shows how to use ObjectBox with Android Architecture Components.
- See the
NoteActivity
,NoteViewModel
and so on classes on how to useLiveData
. - See the
NotePagedActivity
,NotePagedViewModel
and so on on how to integrate with the Paging library.