#kotlin
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 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...
Hello Android developers! Today, we are going to walk through building a bare-bones Android application using the MVVM architectural pattern, Kotlin,...