Read file from server

 

person shubham sharmaaccess_time July 25, 2017launch Read More

Clear Cache in Android Application programmatically

If you are looking for delete cache of your own application then simply delete your cache directory and its all done !

  And you may require following permission to add in your manifest file in order to delete cache of other application

 

person shubham sharmaaccess_time May 25, 2017launch Read More

Remove files and dir in PHP

 

person shubham sharmaaccess_time March 23, 2017launch Read More

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

Upload File

 

person shubham sharmaaccess_time November 7, 2016launch Read More