Learning Kotlin is not as hard as you have thought. But the concepts in coroutine might be a little tough in the beginning. There is
Category: Programming
I have written an article stating the reasons why LocalBroadcastManager is deprecated, read here. And I have suggested multiple solutions among which EventBus is one.
Today in this tutorial we are going to learn how we can get full address from location coordinates in our Android application. If you are
It’s been a while since we have heard the news about Google deprecating the LocalBroadcastManager library. If you have been using this library you have
Have you heard about Run Length Encoding ( RLE ) before ? My guess would be YES, that is why you are here ( DUH!
Here in this article I am demonstrating how you can consume an API using Retrofit in Android with Example. For this specific tutorial we will
So it’s been quite a while since Android introduced it’s guidelines for Material Design. Even Material 2.0 has come out recently which has many things.
Developing android application is really cool until it’s not. Okay, that was a bad joke. But seriously not all the projects you do can be
Learn how you can use shared preferences in you Android project. This article will guide you with step by step breakdown of how you can
Something strange happened while I was starting up a new project. Eveything was working great until I created a new Android Fragment. At first it