Abou Zuhayrblog.zuhayr.dev·Oct 5, 2023Implementing NavGraph & Databinding in our App with MVVM & DI in Android: (Day 09)Now that we have already implemented the ViewModel and Model of our MVVM-based app, the next and the last missing piece of the puzzle is the 'View', which is precisely what we'll be implementing in this blog post. The view simply put is nothing but t...156 readsArchitecture Patterns in AndroidMVVM