[android-beginners] Re: Problem when writing a file that was deleted in meantime or not enough space left on SDCARD

2010-04-28 Thread vanesa
(); out.close(); } }catch(IOException ex) { Log.d(ex,ex.getLocalizedMessage()); } On Apr 28, 5:44 am, TreKing treking...@gmail.com wrote: On Tue, Apr 27, 2010 at 10:37 AM, vanesa olivera...@gmail.com wrote: How can I avoid such situation  ? Maybe try closing

[android-beginners] Problem when writing a file that was deleted in meantime or not enough space left on SDCARD

2010-04-27 Thread vanesa
My application downloads a file from internet and saves it on the SDCard. I use FileOutputStream class to write data in the file. I encountered a problem when other application deletes the file or fills the SDCARD while the applications writes the file. write method doesn't throw any exception,

[android-beginners] Close ContextMenu and Option menu

2009-11-11 Thread vanesa
Hi, It's possible to close ContextMenu when touch outside of the menu options? It's possible to change the number of maximum options (default is 6) in the Option Menu? I want a menu with 3 visible options and More option. -- You received this message because you are subscribed to the Google