views:

482

answers:

2

Dear Friends, I want to know how to write content in file. example:I am having one basic edit field and one save button if click the save button then it should write the content of basiceditfield into one text file and i can able to retrive that file in later.Can any one tell me how to do ? If u can provide me some code snippet. regards, s.kumaran.

A: 

Have a look at FileCOnnection interface for javax.microedition.io.file

imMobile
+1  A: 

Here's a link to the specifics on FileConnection. Hope that helps! itsteju beat me to it. :)

Mat Nadrofsky