Summary
In this chapter, wefocused primarily on how to develop a native Android app using Visual Studio for Mac, Xamarin.Android, and C#. You learned how to use and work with the Visual Designer in theVisual Studio for Mac IDEto construct the user interface for your PhotoLibrary app using XMLand implementMaterial Designin your apps, as well as create your own custom themes and then apply theming to your app.
Finally, you learned how to provide the necessary permissions toAndroidManifest.xml
so that we can interact with the device camera and photo album, before launching the app in the Android emulator.In the next chapter, you will learn how to build a tile sliding game usingXamarin.iOSandC#.