Skip to content Skip to sidebar Skip to footer
Showing posts with the label Delete File

Delete Photo Thumbnail In Gallery After Manually Delete The Photo File

case R.id.menu_delete: File photoToDelete = new File(photoPath, photoList[gPosition]); phot… Read more Delete Photo Thumbnail In Gallery After Manually Delete The Photo File

Android Delete File Using Context Menu

I've got a Listview showing files currently on the SDcard. When you long press the file, a con… Read more Android Delete File Using Context Menu