Settings in Android -


What's the best way to save settings if I close the app? I know in iOS that you can add entries to your app in the global settings menu. Is Android something similar? Or better solution?

I think that would be your best bet. Which you can read more about data collection which gives you a good overview of it, and I think it actually completes the work you are trying to do.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -