Skip to content

Android Data Binding Beta: Sample

Compare
Choose a tag to compare
@ashdavies ashdavies released this 18 Aug 13:17

An example application for the Android Data Binding library, implementing retrofit to fetch a list of repositories and update a RecyclerView using the binding methods to display each repository as a view component.

Enter a GitHub username in the ActionBar SearchView component to trigger the observable request, the application uses Retrofit to query the open GitHub api for repositories, results are returned in the RecyclerView with data bindings.