Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 377 Bytes

File metadata and controls

10 lines (5 loc) · 377 Bytes

Example implementation of RecyclerView with Jetpack using MVVM and Data-binding

This code serves to act as an example of how to implement RecyclerView in an MVVM pattern using Android data-binding.

The code uses Dog API to load and display breed names and images.

Requirements

As this code uses Jetpack, you will need Android Studio 3.2+.