Exdsdcard path find
i need to find out external sdcard path(mnt/exdsdcard).i want to same some images to exdsdcard and i went access database also.
i need to find out external sdcard path(mnt/exdsdcard).i want to same some images to exdsdcard and i went access database also.
try this
File extStore = Environment.getExternalStorageDirectory();
Then specify the foldername and file name
for e.g:
"/LazyList/"+serialno.get(position).trim()+".jpg"