How can I save the the settings of my app? Right now, for example, I have a togglebutton to turn on/off. But if I restart my phone, the toggle button is turned back on. Its
You should check out SharedPreferences. It's Android's way of persisting simple values. Or you could create a full database.