HomeCoding Tutorials

Coding Tutorials

Kotlin is one of the most popular language for Android development because of its concise syntax and modern features. But there might be cases...
In this tutorial, we will learn how to build simple google login and registration for android using Firebase Authentication. We have added Email &...
A fragment is a chunk part of an Activity that is used for achieving Panel Based Designing, to achieve reusability of GUI as well...
In the world of mobile applications, user experience and navigation play a crucial role in the success of an app. Developers strive to create...
As developers, it's essential to consider scenarios where users might experience limited or no internet connectivity while using mobile applications. Android Studio, a popular...
Android developers often strive to improve the efficiency of their applications, and a significant part of this process revolves around the optimization of layouts....
Welcome to our comprehensive guide on android:screenorientation. In the world of Android development, screen orientation plays a crucial role in providing a seamless user...
The Android Snackbar is a unique, lightweight feature that provides feedback about an operation. Like a toast message, it presents a brief notification to...
The 'Android resource linking failed' error is a common problem among Android developers. This error can be quite frustrating, especially when it appears in...
An Intent Filter is an Android component that allows an app to specify the types of intents that it can handle. Intents are used...
In this tutorial, you will learn how to add a back button in the title bar in Android Studio. Adding an arrow help in...
Radio Buttons will allow the users to select one option from the group. If the user selects one radio button then it will uncheck...
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...
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...
In Android, RatingBar is an extension of SeekBar and ProgressBar which shows the rating in stars. RatingBar is a subclass of AbsSeekBar class. The...