Summary
In this chapter, we explored a walkthrough for integrating SQLite in a Xamarin.Forms
application. We addressed the async-lock pattern and how to implement it with SQLite to make database connections thread-safe. In the final chapter, we will build a cross-platform camera application that will implement native control over camera hardware. We will also present camera video outlets via a CustomRenderer
and build events to handle camera events in our portable library.