If you are IPtables nooob just like me, then you might find it hard to work with it. But today here I have a simple
Category: Programming
Are you new to Android ecosystem ? Or maybe you’re just trying to refresh you knowledge of Parcelable in Android. Regardless this post has got
If you are new to Firebase on Android. It looks quite overwhelming. But in practice it should not be that hard to create your first
Here, I will show how you can download RaspberryPi Selenium ChromeDriver. So, for a web scraping project I was using Selenium. Everything was going okay
Today we will be looking at how we can generate UUID in Java. Using no additional external libraries. You must have already known that there
Today you will learn how you can use Java to Zip a file with an example. Although it is a very basic and beginner friendly
Here is a simple tutorial to understand Radio Button in Android. I have also included mostly used customization for Android. Radio button is a type
Android Activity Lifecycle at first can look daunting and rather tiresome. If you want to advance your programming. You need to understand what is going
Do you want to learn the uses of Android Handler ? Here in this post I have explained everything you need to know about Handler
Java has many built in data structures. And one of the data structure in Java is List. Let us learn how it works and why