android - Write/Read then Save text file Basic4Android -
i'm creating application on basic4android collects gps coordinates , equipment deficiencies in dropdown list (spinner). gps coordinates consists of latitude , longitude shows on label field when gps on , deficiencies shows under spinner field (e.g. dropdown of "broken cross arm", "broken insulator","rusty structure"). able done , create "submit" button should copy 3 fields (longitude, latitude , deficiencies) text file. idea how store these fields everytime press submit? using application inspection when walk transmission tower, record coordinates , obvious deficiency file on android.
thank you,
eli
there several ways it. simplest add values map , use file.writemap / readmap.
see tutorial: http://www.basic4ppc.com/android/forum/threads/6690/#content
Comments
Post a Comment