Android Internal and External storage example – Store and Retrieve Data

Android Internal Storage  Internal storage are private to your application and other applications cannot access them (nor can the user). When the user uninstalls your application, these files are removed. Android External Storage  External storage such as SD card can also store application data, there’s no security enforced upon files you save to the external […]

person shubham sharmaaccess_time February 1, 2017launch Read More

Copy Assets to Extrenal file

person shubham sharmaaccess_time December 9, 2016launch Read More

Android Storage system to access the path of External and Internal files and folders.

Android Storage system to access the path of External and Internal files and folders. Android uses more than one file system (think of “multiple drives/partitions” when comparing with your computer, while sharing a common base, directory structures might differ between manufacturers. What is a file system? A file system (or filesystem) is an abstraction to […]

person shubham sharmaaccess_time December 9, 2016launch Read More