Tag: Android Development
-

Google Login And Registration For Android Using Firebase Authentication
In 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
A 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
In 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
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…
-

Improve Layout Inflation in Grid Android
Android 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
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…
-

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…
-

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…
-

Social Media Buttons in Flutter Web
Social 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
What 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
So 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
Ever wondered what we call those image sliders on the Apps and websites like Amazon, Flipkart, etc. Those elegant looking image Sliders are known…
-

Getting Current Location in Android using Kotlin
So in this tutorial, we’ll be learning about getting the user’s current location in Android using kotlin (latitude & longitude). We will be using…
-

Room Database in Kotlin
What is Room? Room is part of the Android Architecture Components presented in the Google I/O 2016. It is not an ORM, it is…
-

SlideUp Motion Layout in Android Studio
MotionLayout is the new layout in Android, for creating amazing interactive animations in android. It’s a part of ConstraintLayout 2.0 library. To have MotionLayout up and…
-

How To Create the Currency Converter App in Android in 4 Simple Steps
This tutorial will take you through a step-by-step process on how to create a simple currency converter app in Android studio. We shall put…