Anuja Shetye

Results 1 comments of Anuja Shetye

Instead of ```Helper.APP_FOLDER``` directory for saving the file, we can use ```getFilesDir()``` ``` //After API 23 permission request is asked at runtime int EXTERNAL_STORAGE_PERMISSION_CODE = 23; //Requesting Permission to access...