Hi All,
Is there any API lo store the downloaded data in J2ME and and then open the doanloaded files?
Can you point me to any information on FileSystem in J2ME?
Thanks
/Mohan
Hi All,
Is there any API lo store the downloaded data in J2ME and and then open the doanloaded files?
Can you point me to any information on FileSystem in J2ME?
Thanks
/Mohan
You could store the data in a file using JSR-75 File Connection API (the user will be bugged with confirmation dialogs)
Or then you could use the persistent storage provided by MIDP RecordStore / RMS (no user confirmations needed to use this)
You can find code examples for both approaches in here
http://wiki.forum.nokia.com/index.ph..._Code_Examples
Hartti