Hi lads (and ladettes)
I have to create a mobile application that gathers user input, saves it to a document so that it can then be emailed back to HeadQuarters.
Im new to this area ... although I have used the StreamWriter/StreamReader classes to create a new TextFile and save data to it and read from it. However, I cant seem to grasp this approach on a mobile application.
So, I have numerous forms with multiple textboxes for user input. What I want to do is collect all the data entered by the user and Write it to a text file ... but within the emulator I cant suss out where/how the file would save to so that could check it to verify that the data actually did save to it.
Has anyone got any suggestions? They would be greatly appreciated.
I considered adding the data to a database and then calling the content and constructing an email using the new data.. however it seems to be too advanced for the needs of my application (I think)