A sample android tutorial for Airbnb's Epoxy for developing complex views.
Follow the introductory blog post at Medium-
https://medium.com/@navendra/nachos-tutorial-for-airbnbs-epoxy-with-kotlin-d1e682fdeb05
This project is divided into multiple parts and those parts are managed in different branches of the project.
Branch "part01"
This covers the most basic part of the tutorial by showing how to develop Recycler View in Android using Epoxy with single view type. The beauty of this part is that it introduces the concept of Epoxy while not diving too deep and hence keeping it simple too.