It all depends on what size application you create. If you use something simple, say a βfamily shopping list,β you can save the settings in a nice old text file.
If you are building something larger, such as a classmate-notifier, you can use an XML file or some other resource.
For any larger application, you should use some kind of relational database to store user data.
source share