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 …
Best Android Studio Shortcuts You Need to know

Simple Code Easy Approach
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 …
Java Interview questions and answers 1. What is Object Oriented Programming? Object-Oriented Programming(OOPs) is a kind of programming which is based on objects instead of …