#android
Read more stories on Hashnode
Articles with this tag
It's been a couple of weeks since I joined my team and hitting the ground running was one of my major concerns in a remote setup. A lot of factors...
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...
We are now done with the custom view and now its time to get this thing packing and going as a library.π If you missed out on the previous articles...
In the previous articles, we've done a bit of setting up and having our custom view interface come to life. To have a recap check out these...