Hello World In Kotlin

This tutorial walks us through creating a simple Kotlin application for Android. It’s extremely easy to start using Kotlin for Android development. In this tutorial we’ll follow the warming up process with Android Studio. If you’re using Intellij IDEA with Android, the process is almost the same. Creating a project First, create a new Kotlin … Read moreHello World In Kotlin

Simple Listview In Android – Example

Now, We are publish of simple listview example in Android Studio. In this example, We can give you simple introduction of Listview. It is basic example of Listview Tutorials. This example use for beginner user who dont know about the android. It is simple example of Listview Tutorials. Below are the code of the Simple … Read moreSimple Listview In Android – Example