Tag: Tutorial
-

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

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

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

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

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

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
Handling runtime permissions in Android can be a cumbersome task, especially with the introduction of runtime permission requests in Android Marshmallow (API level 23).…
-

Automatically Reading SMS To Verify OTP
In the digital age, security and convenience often go hand-in-hand, particularly in the realm of online transactions. One of the most significant advancements in…
-

How To Make an Android Widget (Home Screen)
A widget is a small application that is displayed only on the Home Screens or Lock Screens, it provides a quick way to access…
-

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

How to Integrate Admob Banner Ads in Unity
Google Admob ad is an easy way to generate revenue for your mobile application. Admob shows ad to app users to generate a sustainable…
-

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

How To Send Email in Android Using Intent : 10 minute guide
Welcome to our another Android application development tutorial.In this tutorial we would learn how to send email in android using intent We can easily…
-

Swipe to Delete RecyclerView items with UNDO in Android Studio
Here we will create an example to delete an item of RecyclerView by swiping the item with undo functionality. For this purpose, we will…
-

How to Implement Text To Speech in Android Studio
Text-to-speech (TTS) technology reads clearly digital manual – the words on computers, smartphones, and tablets. This tutorial explains how to implement text to speech in android…
-

JSON Parsing in Android Tutorial
In this article, we will learn, how to do JSON Parsing in Android. JSON stands for JavaScript Object Notation. It is a lightweight format…
-

Expandable List View in Android
This is a tutorial based on the Android expandable list view which has the capability to group items and when the user clicks on…
-

Retrieve Image from Firebase Storage in Android
In this Tutorial, we will learn how to retrieve image from firebase storage in Android Studio. We have already shown you how to do…
-
![Google Map Tutorial in Android Studio [Step by Step] 31 Google Map Tutorial in Android Studio [Step by Step]](https://www.androidhire.com/wp-content/uploads/2019/03/google-map-tutorial.png)
Google Map Tutorial in Android Studio [Step by Step]
Google Maps is one of the many applications bundled with the Android platform. In Addition, to simply using the Maps application, you can also…
-

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…