Latest content

QR Code Generation

While typing user identification we might do some mistakes, To avoid that we will can store the identification details inside a QR code. Which will reduce human error.

Multi-Language Support

As we all know Android phones are used by all kinds of people. So making apps in their language will make the user comfortable.

Android beginner tutorial

Why Kotlin

Kotlin is an official language for Android, which is announced in Google I/O . It's expressive, concise, and powerful. Best of all, it's interoperable with our existing Android languages and runtime.

Basic Data Type - Kotlin

In Kotlin we don't need to provide data type explicitly(most of the time) for the variables. According to the value of the variable data type is taken by kotlin itself.

12700 Subscribers