Prefs or Database?

Is there any way to load parameters or settings from (database or Prefs) and then when page quits, it then saves it?

Hi SallyP,

would you please explain what is the use case you’re trying to implement here? It’s a bit confusing, since loading parameters or setting from a database is one thing, and saving them (to where?) is another. And then there’s the part about “page quitting” which doesn’t really mean much - a page can’t really “quit”.

Please explain yourself a little better.

I want to use Android.Preferences -

Is there a way how to use Preferences in Fuse - for example -
https://developer.android.com/reference/android/preference/package-summary.html

Is there a way to interface persistence in that?

Yes, there is.