#android-apps
Read more stories on Hashnode
Articles with this tag
Before we get our hands dirty with some Retrofit, this post assumes you are already familiar with how it works to make simple requests. If you...
I remember back in the days when I first worked with recycler views, took me a while to understand what in the world was going on😲. Eventually, I...
Recently on my android adventures, I decided to split up a project at work into modules and make my life simpler😃. One of my modules is a themes...
In the previous article, we saw how to set up an android module/library in a project. For a quick recap checkout the article. Part 1 Next, let's get...
Recently I needed a simple counter for my app, since I had done it before it seemed logical to navigate to one of my projects with the implementation...