
How I Run React Native App in Android?
Today we will try to create a blank react native project and run it on Android Device. We are not using the Expo app and...

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 14 Essential Developer Insights
Android 14 is launched and here is what you need to know about it as a developer. Android 14 launch date was announced few months...

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...

Flutter Navigation and Routes for Switching Screens
If you had done Android development before, you may be very well aware of the concept of the Activities and switching between activitis. Or passing...

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...

The Simplest way to add PDF Viewer in Android app
There are a lot of ways to add PDF Viewer to your applications. But we are going to present one old but the simplest way...

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...