#android-app-development
Read more stories on Hashnode
Articles with this tag
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 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 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...