Do you want to learn, how to develop Android apps? There’s only one way – write a lot of code! : Head First Android…
4 Ideas To Create Horizontal RecyclerView With Example
Do you want to make Horizontal RecyclerView? Before jumping into tutorial, I would recommend reading RecyclerView In Android : The Ultimate Guide. In this…
RecyclerView With CheckBox In Android Example: 2 Examples And Tutorial About RecyclerView Adapter, Difference Between ListView & RecyclerView, and OnClickListener Will Help You To Know RecyclerView Better.
RecyclerView??? Is that a View? What does it do? How to use this one? are these thoughts running through your head? then Go on.…
How To Reduce Android App Development Time Using Genymotion Free Emulator (For Personal Use) With Android Studio
Not all of us can buy lots of real devices for testing. That’s costly and time-wasting too. This is why emulators are born. It’s…
How To Move From One Activity To Another In Android
Do you want to know how to move from one Activity to Another in Android? Okay…Let’s go. How to start new Activity using Intent…
4 Android TextView StrikeThrough XML & 2 Kotlin/Java Examples
You might have seen strikethrough text in websites or apps. Strikethrough used to show the old price or real price with the selling price.…
5 Amazing Ways To Underline A TextView In Android
Do you want to underline a TextView in Android? In this post, you will learn how to underline a TextVew and also learn to…
3 Methods To Change Or Rename Android App Package Name in Android Studio
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…