I need a little help with understanding what can I do and cannot in android. I'm working on application which needs to ask user in first start to select a device (internal/external storage) where to save the data which my application is downloading over internet. So I'm trying to find answer for a few questions about this issue :
sqlite
database which my app is using and If I can, is it a good practice or not.Thanks in advance!
Here is a good example of Database Helper for accessing database. You can modify it so it can use both external and internal storage.