Learn how you can use shared preferences in you Android project. This article will guide you with step by step breakdown of how you can
Category: Programming

Something strange happened while I was starting up a new project. Eveything was working great until I created a new Android Fragment. At first it

Today we will be looking at the one of the confusing topic in android i.e. FileProvider. It is confusing for beginners as they do not

If you are here that means you already know what you want. So, in this post we are going to learn about how to create

This is a continuation ( PART 2 ) of my previous article: ZOOM SDK Android: Learn How to Create an Online Meeting. If you know

Let’s be honest, bash programming can be really very confusing. Because it is unlike any other programming language. And when it comes to conditionals in

If you’re just getting started with the tech world. You have often wondered about which is the best programming language to learn in 2020. Here,

Today we are going to learn about how we can get device’s current location. This is an easy to follow tutorial. Even if you are

Let me first ask: What do you think makes you a good developer? Please do not feel threatened by that question of mine. I was

There were days when async task in Android was really very great. They allowed us to perform operations in a non thread blocking manner. They