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. You can, but Kotlin…
Have you ever seen “touch again to exit” or any other white text in a black capsule shape as pop up in Android??? Those popup messages are toast.…
In this post, you will learn about the Android Support Library and How to add in your Android Studio project. In Android app development, support libraries have an…
In this post, you will learn how to perform an action using Button and onClick attribute in XML. It is simple and easy to understand. Before creating the…
In this post, you will learn how to create another activity in Android Studio. When you started the Android Development journey by creating Hello World or any other…
In this post, you will learn about AsyncTask with a simple Android AsyncTask example. At last, you can download it too. Contents Introduction What is AsyncTask in Android?…
Does your Android Studio takes a lot of time to build and run?? If you have a low-end pc, then this time increases. When I hit the run…
Do you want to know how setContentView() works in Android? Let’s start… Actually setContentView() is a method part of android.app.Activity class. It helps to set our content or…
If you want to become a good Android Developer?? Then you must learn basics well, better you understand the fundamentals, easier to learn the advanced concepts. So today…
Those messages in the listview are sent by my crush to me. Yes, that was the best dream I ever had ;-). I’m just kidding… Let’s back to…