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 14, 20201 min readArrayList in JavaArrayList is a collection. Collection are used to store, retrieve and manipulate aggregate data.