Kotlin is a very fast-growing programming language in the Software Development Industries. It is gaining attention among developers because of its simplicity, safety, and interoperability …
Naming conventions in Kotlin

Simple Code Easy Approach
Kotlin is a very fast-growing programming language in the Software Development Industries. It is gaining attention among developers because of its simplicity, safety, and interoperability …
In this article we will discuss about array declarations and initialization. In kotlin we have savers way to define and initialize array like arrayOf() function, …
In this article we will be working with Dagger 2 in Android. Its Part II of this topic. .In some cases we may have an …
In this article we will discuss Dagger 2. To use dagger 2 in our project, first of all we need to add dagger 2 dependencies …
In previous article we discussed about dependency injection now in this article, we are going to discuss what is manual dependency injection and how to …
In this article first we will understand what exactly is dependency injection in android and after that we will learn applying the concept of dependency …
In this article we will cover basic concepts of Git and GitHub in Android. Git is a most widely used version control system in the software …
When we launch an application in Android, it creates the first thread which is known as the “main” thread and it is manage dispatching of …
Introduction A Service in Android can be consider as an application component that can use for perform long-running operations in the background. Service does not …
Introduction While we are working in any android app, the most important task is create a UI and set the data value to view in …