Android Storage
External Storage
Like internal storage, we are able to save or read data from the device external memory such as sdcard. FileInputStream and FileOutputStream classes are used…
Internal Storage
We are able to save or read data from the device internal memory. FileInputStream and FileOutputStream classes are used to read and write data into…
Android Preferences
Android shared preference is used to store and retrieve primitive information. In android, string, integer, long, number etc. are considered as primitive data type. Android…