String is a sequence of character in Java . To Create String in Java, there are 2 ways -
First is to Create a String with literal :
String str = “hello”;
Second is with “new” :
Gridview is similar to listview in Android but with more column . In listview we have rows, but in grid we have columns. if you are not aware with gridview, youcan read Listview.
Building Blocks in Android are :
Print star ( * ) in kotlin.
We are going to print
*****
Custom Listview is diffrent from SImple Listview in terms of complexity.Like simple Listview, custom ListView also uses Adapter to insert data from data source like as string…
In this Android tutorial, we will discuss What are deep links and deferred deep links and whats the difference between them.
Code for deeplink is here
Background Image Size :
Background image size for image is different for a different resolution . If a have hdpi screen, the size of image is different for a mdpi screen , xxhdpi screen and
Android Runtime Permission with Dexter Library
We are going to Use Dexter library to simplify the process of adding the runtime permissions . Dexter Library…
Koin is a dependency injection for Kotlin Users.
We can use koin in Android as a dependency injection framework as it is Light weight than Dagger2, and easy to understand. It is built up by IntelliJ team which has built android studio , Kotlin and other…
Today we are going to know how to make Pyramid Pattern in Kotlin. This is Advance level in forloop, However if you are begineer you have to read Simple forloop with Star, You will get an idea with this.