Latest
Coding Tutorials
Tutorials related to Android Programming and much more. Learn how to develop Android development step by step.
-

How to Convert Kotlin to Java Code
Read more: How to Convert Kotlin to Java CodeKotlin is one of the most popular language for Android development because of its concise syntax and modern features. But there might be cases…
-

Google Login And Registration For Android Using Firebase Authentication
Read more: Google Login And Registration For Android Using Firebase AuthenticationIn this tutorial, we will learn how to build simple google login and registration for android using Firebase Authentication. We have added Email &…
-

Android Fragment Lifecycle
Read more: Android Fragment LifecycleA fragment is a chunk part of an Activity that is used for achieving Panel Based Designing, to achieve reusability of GUI as well…
-

Back Button SearchView in AndroidX
Read more: Back Button SearchView in AndroidXIn the world of mobile applications, user experience and navigation play a crucial role in the success of an app. Developers strive to create…
-

How to Add “No Internet Connection” in Android Studio
Read more: How to Add “No Internet Connection” in Android StudioAs developers, it’s essential to consider scenarios where users might experience limited or no internet connectivity while using mobile applications. Android Studio, a popular…
-

Improve Layout Inflation in Grid Android
Read more: Improve Layout Inflation in Grid AndroidAndroid developers often strive to improve the efficiency of their applications, and a significant part of this process revolves around the optimization of layouts.…
-

Android:screenorientation – Guide to Screen Orientation in Android
Read more: Android:screenorientation – Guide to Screen Orientation in AndroidWelcome to our comprehensive guide on android:screenorientation. In the world of Android development, screen orientation plays a crucial role in providing a seamless user…
-

Android Snackbar Example Tutorial
Read more: Android Snackbar Example TutorialThe Android Snackbar is a unique, lightweight feature that provides feedback about an operation. Like a toast message, it presents a brief notification to…
-

Fixing The ‘Android Resource Linking Failed’ Error
Read more: Fixing The ‘Android Resource Linking Failed’ ErrorThe ‘Android resource linking failed‘ error is a common problem among Android developers. This error can be quite frustrating, especially when it appears in…
-

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 add back button in the Title Bar
Read more: How to add back button in the Title BarIn 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
Read more: Android RadioGroup with ExampleRadio 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
Read more: How to Add R8 in Android StudioAndroid 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
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…
-

RatingBar in Android Studio
Read more: RatingBar in Android StudioIn Android, RatingBar is an extension of SeekBar and ProgressBar which shows the rating in stars. RatingBar is a subclass of AbsSeekBar class. The…
-

Android SQLite Database Tutorial (ADD, DELETE, FETCH)
Read more: Android SQLite Database Tutorial (ADD, DELETE, FETCH)SQLite is an open-source and relational database management system. Compared to SQL servers and Oracle, it is very light in weight. It is serverless,…
-

Android Runtime Permissions with Dexter Library
Read more: Android Runtime Permissions with Dexter LibraryHandling runtime permissions in Android can be a cumbersome task, especially with the introduction of runtime permission requests in Android Marshmallow (API level 23).…
-

Social Media Buttons in Flutter Web
Read more: Social Media Buttons in Flutter WebSocial media buttons on websites are not a new thing. We all are familiar with them somehow. We can find it on every website…
-

How To Use Retrofit Tutorial in Kotlin
Read more: How To Use Retrofit Tutorial in KotlinWhat is Retrofit? Retrofit is a REST Client for Android and Java/Kotlin by Square. It makes it relatively easy to retrieve and upload JSON…
-

Navigation Drawer in Kotlin Android
Read more: Navigation Drawer in Kotlin AndroidSo What is Kotlin ? Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with…
-

Image Slider in Flutter with Example
Read more: Image Slider in Flutter with ExampleEver wondered what we call those image sliders on the Apps and websites like Amazon, Flipkart, etc. Those elegant looking image Sliders are known…
-

Animated Navigation-Bar in Flutter
Read more: Animated Navigation-Bar in FlutterThe Burger Menu is kind of outdated now. we all can observe that It’s all about Navigation-bars. Time to see how flutter let us…