In recent new we are aware that DeepSeek has overthrown ChatGPT from it’s long sustained reign. Deep Seek is free to use as you can
Category: Tutorials

This is a follow along tutorial that helps you implement a measure to avoid headless detection in Puppeteer. Step 1: Install necessary Libraries The first

In-app update in Android is one of the most powerful feature that android has introduced in recent times. This tutorial is broken down into two

COIL Image loader for Android is a relatively new library for loading images. It’s acronym is COroutine Image Loader. Let us look into how we

It’s a brand new day so let us learn something new. We are going to look into the Android Text to Speech (TTS). You might

Today we are going setup WireGuard VPN on Linux. Let us see how we can do that. I will break things down for you so

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

Learn how you can get screen width in Android at runtime. Here is a simple way you can get the screen width and height. Look