I have an app that I am developing for Android which contains 4 Tedit objects. The user has to enter specific data into the Tedits and this is then processed with a Tbutton onclick event. What I would like to be able to do, is save the last user input to something like an ini file, which can be read back when the app is accessed again. This ini could be updated by the Tbutton onclick event and read back with the forms onactivate or oncreate events. I have done this with VCL applications but am totally at a loss as to where to start with Android.
Any help will be much appreciated