Is it possible to have two separate preferences in an app ?
I have an app that connects to an external executable (engine) at run time. The app has its own preferences, and the engine has that too. Those two can not mix because next time the user may decide to load a completely different engine with different preferences. So I want to load the preferences for the current engine , show it to the user as needed , and then exit without saving. I like the preference activity view that is displayed by default, and I was wondering if I can use that for the engine too.
Thanks
Is it possible to have two separate preferences in an app ? I have
Share
You can have as many preferences as you want. You just have to call them different things.