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 …
While working with the android studio you should know these shortcut that helps you to reduce your effort while writing code. 1:-To see recently opened …
In this article we will create of array using kotlin language. All these program are successfully compiled and execute in online compiler. If you don’t …
In this article, we’ll learn to create program of pyramid, half pyramid, inverted pyramid, Pascal’s triangle, Floyd’s triangle , Square and many more in Kotlin. …
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 …
1. What is Kotlin? Kotlin could be a statically-typed artificial language which runs on the JVM. It will be compiled either using Java ASCII text …