Data access in Xamarin apps often involves a local database and a remote data server accessed via web services. Local data access can be handled in many ways with many products, both open source and proprietary, but the most popular mobile database is SQLite, which is built into iOS and Android. Data can be queried from a SQLite database and manually populated into the UI, but a more sophisticated approach is to use data binding to transfer information automatically between the UI and your data models. ...
9. Data Access with SQLite and Data Binding
Get Building Xamarin.Forms Mobile Apps Using XAML: Mobile Cross-Platform XAML and Xamarin.Forms Fundamentals now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.