March 2018
Intermediate to advanced
376 pages
7h 25m
English
Chapter 1, Introduction, introduces you to the world of DevOps and mobile DevOps while explaining the differences between them. The chapter will also describe the various challenges you may encounter while applying DevOps to your mobile development.
Chapter 2, Working with Code Repository Systems, explores code repository systems and discusses various versioning tools. The chapter focuses mainly on Git to dive deep into source versioning.
Chapter 3, Cross-Platform Mobile App Development with Xamarin, introduces Xamarin and cross-platform mobile application development. The chapter also explains the steps involved in setting up Xamarin and Visual Studio on a Windows machine.
Chapter 4, Writing Your First Android Application ...