Aditya Singh

With over seven years of experience, I help people understand technology through clear and insightful articles. I cover the latest in technology, mobile devices, PCs, how-tos, guides, news, and gadget reviews, always staying updated to provide accurate and reliable information.

written articles

Android Intent Filter with Code

An Intent Filter is an Android component that allows an app to specify the types of intents that it can handle. Intents are used...

How to Add the iPhone Dynamic Island to Your Android Phone

Apple's latest iPhone 14 Pro introduced a unique feature called the Dynamic Island, which has caught the attention of Android users everywhere. If you're...

How to add back button in the Title Bar

In this tutorial, you will learn how to add a back button in the title bar in Android Studio. Adding an arrow help in...

Android RadioGroup with Example

Radio Buttons will allow the users to select one option from the group. If the user selects one radio button then it will uncheck...

How to Add R8 in Android Studio

Android R8 is available in Android Studio 3.4. shrinking helps to decrease the size of your APK by removing unused code as well as...

How to Implement Android Splash Screen

This tutorial will teach you how to implement an android splash screen. We can see Android splash screens in every app, also known as the launch screen. When...

RatingBar in Android Studio

In Android, RatingBar is an extension of SeekBar and ProgressBar which shows the rating in stars. RatingBar is a subclass of AbsSeekBar class. The...

How to jump from one activity to another activity in Kotlin

In this tutorial, we will learn how to jump from one activity to another activity in kotlin. This is the main activity we have...

SeekBar Tutorial With Example

In this tutorial, we'll explore how to use a SeekBar in Android applications. A SeekBar is a user interface element that allows users to select a value from...

Change App Background Colour in the Android Studio

In this tutorial, we will take about how you can change app background colour in the android studio using the Radio Button inside Radio...

Android AutoCompleteTextView Example

Android AutoCompleteTextView gives you suggestions based on a character you have typed. It makes easy for users to search the word as they don't have to...

Explore more