Android
Pages
Codes and Examples
How To Install Android
Android Interview Questions
Windows Shortcuts
Word shorcuts
Emulator Shortcuts
Showing posts with label
delete image from sdcard:
.
Show all posts
Showing posts with label
delete image from sdcard:
.
Show all posts
Saturday, January 26, 2013
Delete image from sdcard:
File file =new File(Environment.getExternalStorageDirectory(),yourfilename);
file.delete();
Older Posts
Home
Subscribe to:
Posts (Atom)