
HC-05 Bluetooth Integration with Android Kotlin
Interfacing hc-05 bluetooth module with Android Application is one of the very basic task. Whenever we need to communicate with our Arduino based devices or...

Android Kotlin Course Outline for beginners
Here is expected Course Outline for Android development in Kotlin language for beginners. You can follow the learning path of Android development in the following...

Android Network Call using Kotlin coroutines
Kotlin coroutines makes network calls much easier. Specially all the async await like programming. Basically the biggest candidate before the coroutines were the asyncTask in...

Firebase made easy in Kotlin
Today we are going to deal with Firebase Real-time database in Kotlin. If you did not already know how to add firebase to your android...

Rest API Client in Android using Volley and Gson
Making Http Request in android is very common when it comes to create a Restful API Client Application. Because this is a network call so...

Anko SQLite android Kotlin example
If you have ever programmed any application that requires database, and you came up with solution to use SQLite then you may already be familiar...

For Loop in Kotlin
Iterating through collection of items are very common problem in any programming language. But when it comes to latest modern programming languages like Kotlin, this...