Feb 2, 20183 minClean, Easy & New- How To Architect Your App: Part 5 — List Updatewith Paging Library’s ListAdapter Back to my venues demo app shown on previous posts (part 4, part 3, also check out part 2 and part1 whi...
Jan 16, 20184 minClean, Easy & New- How To Architect Your App: Part 4 — LiveData TransformationsHow to use map() and switchMap() to easily transform the value received from LiveData, for elegant code. In the architecture I presented ...
Jun 7, 20175 minClean, Easy & New- How To Architect Your App: Part 2 — PersistencyImplementing Repository class with Room. Previous post suggested an idea for architecting Android app, using the new Android Architecture...
May 25, 20175 minClean, Easy & New- How To Architect Your App: Part 1About a week ago at Google I/O, Google’s Android team announced on a new mindset: it’s time to think about app’s architecture and best pr...