#mvvm
Read more stories on Hashnode
Articles with this tag
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',...
Up until now, we have been working on injecting and implementing retrofit, RoomDB, and then our repository layer. The repository layer essentially...
In our last blog post, we implemented Retrofit into our app, so at this point we have implemented and injected our RoomDB instance as well as...
In our previous blog post, we understood why we use Retrofit and how should it be implemented in an MVVM/DI-based architecture. But before we move to...
In our last blog post, we set up the RoomDB in our project so that we could save data to our local database. We also tried inserting some data into...
In our last blog post, we tried to set up a basic app with dependency injection that we planned to use in our future blog posts to create a login, and...