Hello!
I would like to ask the community for some advice regarding the creation of a “Settings” view. The goal is to provide options to a user and store them as application settings. I’m using Xamarin Forms and was hoping for a “generic” solution, using as much shared code as possible. I’m targeting Android and WinPhone primarily.
I studied these examples: the “Step Counter” application (https://xamarin.com/prebuilt/step-counter) and http://www.qualtechsoftware.com/qualtechsoftware/2014/01/menus-menus-menus-android-with-xamarin/. I understand the technique they applied, but there not using Xamarin Forms.
My question: what is to be considered best practice for managing application settings when using Xamarin Forms (hence, trying to be as “generic” as possible)? Maybe a small app demonstrating this, or a link to a relevant article?
Thank you all for your time!