Content Provider in Android
Content Provider in Android is a component of the Android application that is useful for sharing data with other apps.…
SQLite Database in Android
Android app or any application is made of two things Data And Functionality. So In Any application we need a…
External Storage in Android Example
External Storage in Android Every android application needs a way to store data, Android offers a few ways to store…
Android Internal Storage Example
Every android application needs a way to store data, Android offers a few ways to store data, which Includes: Internal…
SharedPreferences in Android with Example
Shared Preferences in Android SharedPreferences in Android Provides a way for Storing data into key-value pair. In Order to use…
Introduction to Android Development
Before going straight into The Android Development, First we need to understand What is Android? What is Android? Android is…
DatePicker in Android
DatePicker is UI (User Interface) Element in android That allows user to select a date by day, month and year.…
TimePicker in Android
TimePicker is UI (User Interface) Element in android That allows user to select a time. It allows you to select time by Hours and Minute and…
- 1
- 2