Mastering Xamarin.Forms. Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms - Helion
Tytuł oryginału: Mastering Xamarin.Forms. Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms
ISBN: 9781785284946
stron: 184, Format: ebook
Data wydania: 2016-01-30
Księgarnia: Helion
Cena książki: 94,99 zł
Discover how to extend and build upon the components of the Xamarin.Forms toolkit to develop an effective, robust mobile app architecture. Starting with an app built with the basics of the Xamarin.Forms toolkit, we’ll go step by step through several advanced topics to create a solution architecture rich with the benefits of good design patterns and best practices.
We’ll start by introducing a core separation between the app’s user interface and the app’s business logic by applying the MVVM pattern and data binding.
Discover how to extend and build upon the components of the Xamarin.Forms toolkit to develop an effective, robust mobile app architecture. Starting with an app built with the basics of the Xamarin.Forms toolkit, we’ll go step by step through several advanced topics to create a solution architecture rich with the benefits of good design patterns and best practices.
We’ll start by introducing a core separation between the app’s user interface and the app’s business logic by applying the MVVM pattern and data binding.
Then we will focus on building out a layer of plugin-like services that handle platform-specific utilities such as navigation, geo-location, and the camera, as well as how to use these services with inversion of control and dependency injection. Next we’ll connect the app to a live web-based API and set up offline synchronization. Then, we’ll dive into testing the app—both the app logic through unit tests and the user interface using Xamarin’s UITest framework. Finally, we’ll integrate Xamarin Insights for monitoring usage and bugs to gain a proactive edge on app quality.
Osoby które kupowały "Mastering Xamarin.Forms. Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Mastering Xamarin.Forms. Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms eBook -- spis treści
- 1. Getting Started
- 2. MVVM and Data Binding
- 3. Navigation Services
- 4. Platform specific services and dependency injection
- 5. User Interface
- 6. API Data Access
- 7. Authentication
- 8. Unit Testing
- 9. UI Testing