Kotlin Android basic fundamental codes
Kotlin is now an official language on Android. Everyone wants to start the android app in kotlin because it’s Modern, Expressive, safe, and less code.… Read More »Kotlin Android basic fundamental codes
Android Kotlin
Kotlin is now an official language on Android. Everyone wants to start the android app in kotlin because it’s Modern, Expressive, safe, and less code.… Read More »Kotlin Android basic fundamental codes
Android BroadcastReceiver is the main component of android application development. It’s work similar Publish-Subscriber design pattern. For example action.AIRPLNE_MODE, action.BATTERY_LOW, this is some system called broadcasts. We… Read More »Android BroadcastReceiver and Receive system Broadcast example in Kotlin
Kotlin is now the official language of the Android application. We can convert our existing Android code (or application) to kotlin. It’s important to upgrade… Read More »Build Your First Android App in Kotlin | Tutorial in Android Studio