Sometimes, we make our app using the code from youtube tutorials and blogs and may forget to change the package name at the start.…
2 Strategies about how to run android app over WiFi in Android Studio (without Root)
Having trouble with USB debugging??? Want to reduce the usage of USB?? In this post, we will show you two methods that help you…
Open Calendar on Button Click in Android Example – Kotlin & Java
In this example, you will learn how to open the calendar on button click in Android with an example. Here I use DatePickerDialog, not…
4 Ways to make Android TextView Bold
In this tutorial, you will learn how to make Android TextView bold. There are 4 ways in this tutorial, you can easily learn, adapt…
How to convert Java class to Kotlin in Android Studio
In this post, you will learn how to convert Java class to Kotlin in Android Studio. Google announced Kotlin as an official language for…
9 Android WebView Examples In Kotlin & Java
Do you want to make an Android webview browser? Don’t worry, I will help you to make a simple one. Just like this. Download…
How To Install Kotlin Plugin In Android Studio
Finally, Google has accepted Kotlin as the official language for Android app development. This doesn’t mean we have to stop making apps using JAVA.…
Understand Toast With This Simple Android Toast Example
Have you ever seen “touch again to exit” or any other white text in a black capsule shape as pop up in Android??? Those…
What is Android Support Library and How to add it in Android Studio?
In this post, you will learn about the Android Support Library and How to add in your Android Studio project. In Android app development,…