dear sir,
how to store string in text file while during runtime. i need a sample code
thank u
santhosh
Printable View
dear sir,
how to store string in text file while during runtime. i need a sample code
thank u
santhosh
It's no different from doing this in a console application. No different at all (except that long reads and writes are better off on a background thread.
use FileWriter or FileOutputStream like Class