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:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
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