#android
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',...
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 last post, we tried to create a bare-bones app in Kotlin to understand what MVVM is and how it could be helpful in building large-scale...
Hello Android developers! Today, we are going to walk through building a bare-bones Android application using the MVVM architectural pattern, Kotlin,...
Introduction In the second installment of our series, we delved deeper into the world of Android development, focusing on the creation and utilization...
Introduction In the first part of our series, we embarked on the explorative journey of understanding the pivotal role of dependencies in Android...