Book Image

Cross-platform UI Development with Xamarin.Forms

By : Paul Johnson
Book Image

Cross-platform UI Development with Xamarin.Forms

By: Paul Johnson

Overview of this book

Table of Contents (22 chapters)
Cross-platform UI Development with Xamarin.Forms
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
In the Beginning…
Index

Chapter 11. A Portable Settings Class

All the mobile providers allow settings to be stored in an application with their own systems. There is nothing wrong with this, and it works well. The issue with any PCL-based application is that you need to write some form of wrapper around the storage code for entry and retrieval, which also means that you need to know how to use these storage systems.

In this chapter, we will examine:

  • How the platforms store their settings

  • How to construct an interface for these storage systems

  • How to create a unified settings portable class