Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 727 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 727 Bytes

Nachos

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"

https://medium.com/@navendra/simplifying-recycler-view-with-epoxy-in-kotlin-nachos-tutorial-series-946d22116d57

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.