HomeCoding Tutorials

Coding Tutorials

In this tutorial, we will develop a super cool Tic-Tac-Toe in android studio that is impossible to beat. Must be thinking why impossible! Because...
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 send...
Here we will create an example to delete an item of RecyclerView by swiping the item with undo functionality. For this purpose, we will...
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...
The SafetyNet service includes a reCAPTCHA API that you can use to protect your app from malicious traffic. In this tutorial we would see...
In this tutorial, we will learn how to jump from one activity to another activity in kotlin. This is the main activity we have...
In this article, we will learn, how to do JSON Parsing in Android. JSON stands for JavaScript Object Notation. It is a lightweight format...
This is a tutorial based on the Android expandable list view which has the capability to group items and when the user clicks on...
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 Maps is one of the many applications bundled with the Android platform. In Addition, to simply using the Maps application, you can also...
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...
In 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 gives you suggestions based on a character you have typed. It makes easy for users to search the word as they don't have to...