In many android applications, we get to see that they are picking images from the user’s device and displaying that images within the android application.… Read More
Category Archives: Kotlin
GridView is also one of the most used UI components which is used to display items in the Grid format inside our app. By using… Read More
Many apps require their users to be authenticated. So for the purpose of authenticating the apps uses phone number authentication inside their apps. In phone,… Read More
Jetpack Compose is a new UI toolkit from Google used to create native Android UI. It speeds up and simplifies UI development using less code,… Read More
Jetpack Compose is a new UI toolkit from Google used to create native Android UI. It speeds up and simplifies UI development using less code,… Read More
Before Android 13 when any android application want to use any wifi related feature within the android application. We have to provide users with fine… Read More
Quick Settings tile is a quick setting that is present in the android device notification bar from where we can easily enable and disable the… Read More
The need for new technologies and their developers is increasing as the world is dynamically transforming digitally. Everyone nowadays relies on apps for a variety… Read More
In this article, we are going to see how can we apply the OnClick event to a button in android with the help of When… Read More
Chat GPT is nowadays one of the famous AI tools which are like a chatbot. This chatbot answers all the queries which are sent to… Read More
An Android SeekBar is a user interface element that allows the user to adjust a value within a specific range by dragging a thumb along… Read More
In the previous article, we have seen How to add data to Firebase Firestore from our android application using Jetpack Compose. In this article, we… Read More
In the previous article, we have seen How to Add Data to Firebase Firestore in Android, How to read the data from Firebase Firestore in… Read More
WebView allows you to display web content in your activity layout or Fragment but lacks some of the features of fully-developed browsers. A WebView is… Read More
Jetpack Compose is a new UI toolkit from Google used to create native Android UI. It speeds up and simplifies UI development using less code,… Read More