HomeMobileAndroid Phones

Android Phones

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,...
Handling runtime permissions in Android can be a cumbersome task, especially with the introduction of runtime permission requests in Android Marshmallow (API level 23)....
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 Java,...
A widget is a small application that is displayed only on the Home Screens or Lock Screens, it provides a quick way to access...
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 Fused...
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 running...
Want to make your Android coding more efficient and reusable? We've got you covered! This guide will show you how to build a library...
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...
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...