In this chapter, we implemented and employed different patterns and technologies to create offline capable and responsive applications. Initially, we used used the cache-aside pattern and utilized standard HTTP protocol definitions to cache and validate the cached data. We also analyzed technologies such as SQLite, Entity Framework Core, and Akavache. Finally, we briefly looked at the Realm components and how they can be used to manage cross-device and platform data. Overall, there are so many technologies available for developers that have been conceived within the community, and it is important to choose the correct patterns and technology stack for your specific use cases to achieve the best user experience and satisfaction.
In the next chapter, we will take a look at the Graph API, push notifications, and additional ways to engage the customer.