Skip to content

Tag Archives: android

Cryptography is a technique of securing information and communications through the use of codes so that only those people for whom the information is intended… Read More
Dynamic AlertDialog is used in many different apps which are used to show different messages from dialog to the users. This type of dialog is… Read More
Pattern Password for the device is one of the necessities to keep our device private and protected. Nowadays in most apps, we get to see… Read More
Now a day many social media apps provide so many filters that we can use to make our image inside the app more beautiful and… Read More
Dynamic Views are created when we don’t want to have repeating XML code. In this article we will create a separate layout and inflate them… Read More
If you are looking for building a book library app and you want to load a huge data of books then for adding this feature,… Read More
When we download any app and use that app for the very first time. Then we will get to see the intro slider inside our… Read More
TextView in Android is one of the basic and important UI elements. This plays a very important role in the UI experience and depends on… Read More
In this article, we will be building a Magic 8 Ball App Project using Java and XML in Android. The application is based on a… Read More
Firebase Firestore is the backend database that is used to add, read, update and delete data from Android. But in Firebase Firestore there is a… Read More
Many apps require the feature to add the audio feature in their application and there so many audio files that we have to play inside… Read More
Many online music player apps require so many songs, audio files inside their apps. So to handle so many files we have to either use… Read More
Most of the apps use the video player to display so many videos inside their application. So for playing the video the app plays the… Read More
In the previous article, we have seen on How to Add Data, Read Data, and Update data in Firebase Firestore in Android. Now we will… Read More
ListView is one of the most used UI components in Android which you can find across various apps. So we have seen listview in many… Read More