Latest
Code
-

Android Intent Filter with Code
Read more: Android Intent Filter with CodeAn 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 Implement Android Splash Screen
Read more: How to Implement Android Splash ScreenThis 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…
-

SeekBar Tutorial With Example
Read more: SeekBar Tutorial With ExampleIn 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
Read more: Change App Background Colour in the Android StudioIn this tutorial, we will take about how you can change app background colour in the android studio using the Radio Button inside Radio…