merlin2049er Well-Known Member Licensed User Longtime User Jun 10, 2013 #1 Hi, I've got a little android app. I'd like to save a few lines of text in an ini file, to be loaded each time my app starts. I thought I could save the layout - after allowing the user to make changes to it, but that didn't work. It would also save that ini file on changes to edits of buttons. Any suggestions on how that is accomplished?
Hi, I've got a little android app. I'd like to save a few lines of text in an ini file, to be loaded each time my app starts. I thought I could save the layout - after allowing the user to make changes to it, but that didn't work. It would also save that ini file on changes to edits of buttons. Any suggestions on how that is accomplished?
walterf25 Expert Licensed User Longtime User Jun 10, 2013 #2 Text Files Have you looked at this yet? you can save your setting in a text file and read from it everytime you start your app to read back those values. http://www.b4x.com/forum/basic4android-getting-started-tutorials/6690-text-files.html#post38928 Upvote 0
Text Files Have you looked at this yet? you can save your setting in a text file and read from it everytime you start your app to read back those values. http://www.b4x.com/forum/basic4android-getting-started-tutorials/6690-text-files.html#post38928
merlin2049er Well-Known Member Licensed User Longtime User Jun 10, 2013 #3 Thanks. That should help. Upvote 0