Haseeb HussainApr 16, 20238 min readContact App Using SQLite Database in Android StudioIn this tutorial we will learn how to create a simple contact app in android studio while saving the app data to SQLite database. The...
Haseeb HussainApr 3, 20214 min readWorking with External File StorageCreating UI Create a new project and add the following code in the activity_main.xml file. <?xml version="1.0" encoding="utf-8"?>...
Haseeb HussainApr 14, 20201 min readArrayList in JavaArrayList is a collection. Collection are used to store, retrieve and manipulate aggregate data.
Haseeb HussainMay 19, 20194 min readSimple Gallery App with Grid Layout & Custom Dialog box - Android Studio 2019In this tutorial you get to know that how to use grid view and add a view to it and how to create a custom dialog box. Lets start... 1....