Drawer widget is used to provide access to different destinations and functionalities provided in your application. It is represented by three horizontal parallel lines on… Read More
Tag Archives: android
Gestures are used to interact with an application. It is generally used in touch-based devices to physically interact with the application. It can be as… Read More
Prerequisite: Kotlin Coroutines on Android The Kotlin team defines coroutines as “lightweight threads”. They are sort of tasks that the actual threads can execute. Coroutines… Read More
Prerequisite: Kotlin Coroutines on Android The Kotlin team defines coroutines as “lightweight threads”. They are sort of tasks that the actual threads can execute. Coroutines… Read More
Text to Speech App converts the text written on the screen to speech like you have written “Hello World” on the screen and when you… Read More
Prerequisite: Kotlin Coroutines on Android It is known that coroutines are always started in a specific context, and that context describes in which threads the… Read More
In Android Phones, when an Application is held for more than a second, certain app actions appear in a list. These app actions are nothing… Read More
Prerequisites How to Create a Basic Widget of an Android App? How to Create a Dynamic Widget of an Android App? A Widget is a… Read More
While surfing the net, every user will come across many buttons, text, etc., that would redirect the user to a different webpage in the same… Read More
In the previous article, we have discussed How to create a COVID-19 Tracker Android App which shows only the Global Stats. In this article, we… Read More
Emojis certainly make the app more interesting and fun to interact with. In this article, let’s learn how to add Emojis in our own Android… Read More
Widgets are the micro-version of the application that consists of some functionality of the application that is displayed only on the Home Screens or the… Read More
Prerequisites: How to Create a Basic Widget of an Android App? Widgets are the UI elements provided by an application for accessing some of its… Read More
Form Validation is an important part of every application. In the flutter application, there are many ways to validate form such as using a TextEditingController.… Read More
An app has to display multiple screens depending upon the user’s needs. A user needs to back and forth from the multiple screens to the… Read More