¡@

Home 

2014/10/16 ¤W¤È 08:25:54

android Programming Glossary: teststring

How to create a .csv on android

http://stackoverflow.com/questions/11341931/how-to-create-a-csv-on-android

here is the logic to write into a new line...Help android share improve this question this will work try String TestString FileOutputStream fOut openFileOutput filename MODE_WORLD_READABLE OutputStreamWriter osw new OutputStreamWriter fOut Write.. osw new OutputStreamWriter fOut Write the string to the file for i 1 i total_row i for j 1 j total_col j TestString table i j .getText .toString to pass in every widget a context of activity necessary TestString TestString n Log.v the.. j 1 j total_col j TestString table i j .getText .toString to pass in every widget a context of activity necessary TestString TestString n Log.v the string is TestString osw.write TestString osw.flush osw.close catch IOException ioe ioe.printStackTrace..