A one stop destination for Java developers who want to learn Kotlin. This series will enable you to use Kotlin and make...
Thanks to Kotlin & Architecture components
Mayday, Mayday, Mayday ...
Dagger2 offers multiple ways to create dependencies. What happens when we have D.o.D and how to organise them ...
Have you heard of Android Bundle delivery and dynamic features? In this article, we will ...
In this article we will learn some tips to develop UI faster and better...
In this article we will learn the basics and some tips on how to develop your first Android watch app. We understand the pain of ...
No matter you are novice OR experienced developer, sometimes build files structure in Android becomes confusing. Lets simplify it ...
Handler is an amusing concept in Android, It makes thread communincation easy and simple. We will understand it in depth and learn some tips and tricks. We will see how it is associated with ...
In this article we will learn what and why for Android services and we will discuss in detail Android 8.0 changes to service layer ...
In this series you will learn about Android styling and themes. This post was published in Android weekly and it is well accepted on our Medium page with aprx 3k upvotes.
Context is lifeline of any Android App. In this series we will learn about various ways you use context and how to avoid memory leaks. We will see what is difference between activity context, application context...