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 HussainOct 8, 20212 min readCustom Spinner Using Base Adapter | Android Studio 2021- Create a new android project named Spinner. - Create a user model class User.java. Open the User.java file and edit the file as given...
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"?>...
Edu TainmentDec 6, 20204 min readText Slider Using Viewpager and FragmentsHow to create a simple Text Slider using ViewPager and Fragments.
Haseeb HussainJun 28, 20202 min readAuthentication Using Shared Preference | Part 1 | Android Tutorial 2020Shared Preference is a local storage (file) used to store small amount of data. It's object point to a file which contains data in...
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....