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 …
30 Kotlin Code To Create Pyramid and Pattern
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. …
Declaration and Initialization of Array 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, …
Working with Dagger 2 in Android-part 2
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 …
Working with Dagger 2 in Android -1
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 …
Manual Dependency Injection in android
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 …
What is dependency injection in android
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 …
Kotlin Interview questions and answers
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 OOPS interview questions and answers
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 …
GitHub tutorial in android
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 …