Latest
Featured
Featured posts
-

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

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

Automatically Reading SMS To Verify OTP
Read more: Automatically Reading SMS To Verify OTPIn 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…
-

Use of “Services.dart” Package in the Flutter
Read more: Use of “Services.dart” Package in the FlutterWe often come at a point where we need some flexibility, in our app UI. so in this blog, I want to share two…
-

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

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

Swipe to Delete RecyclerView items with UNDO in Android Studio
Read more: Swipe to Delete RecyclerView items with UNDO in Android StudioHere 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 Google SafetyNet ReCAPTCHA in Android Studio
Read more: How to Implement Google SafetyNet ReCAPTCHA in Android StudioThe SafetyNet service includes a reCAPTCHA API that you can use to protect your app from malicious traffic. In this tutorial we would see…
-

How to get Perseverance Title in PUBG mobile cheaply?
Read more: How to get Perseverance Title in PUBG mobile cheaply?PUBG mobile developers recently released a new title for all the players to achieve and this title is called Perseverance. In this post we…
-

How to jump from one activity to another activity in Kotlin
Read more: How to jump from one activity to another activity in KotlinIn this tutorial, we will learn how to jump from one activity to another activity in kotlin. This is the main activity we have…
-

JSON Parsing in Android Tutorial
Read more: JSON Parsing in Android TutorialIn 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
Read more: Expandable List View in AndroidThis 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
Read more: Retrieve Image from Firebase Storage in AndroidIn 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] 25 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]
Read more: 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
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…
-

Android AutoCompleteTextView Example
Read more: Android AutoCompleteTextView ExampleAndroid AutoCompleteTextView gives you suggestions based on a character you have typed. It makes easy for users to search the word as they don’t have…