Mastering Xamarin.Forms :: build rich, maintainable multiplatform native mobile apps with Xamarin.Forms /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781785284946 1785284940 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn939400105 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160215s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d DEBBG |d C6I |d DEBSZ |d N$T |d CEF |d AGLDB |d IGB |d RDF |d UKMGB |d INARC |d OCLCO |d OCLCQ |d QGK |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBC1J1722 |2 bnb | ||
016 | 7 | |a 018010495 |2 Uk | |
019 | |a 1259112055 | ||
020 | |a 9781785284946 |q (electronic bk.) | ||
020 | |a 1785284940 |q (electronic bk.) | ||
020 | |z 1785284940 | ||
020 | |z 1785287192 | ||
020 | |z 9781785287190 | ||
035 | |a (OCoLC)939400105 |z (OCoLC)1259112055 | ||
037 | |a CL0500000716 |b Safari Books Online | ||
050 | 4 | |a QA76.76.A65 | |
072 | 7 | |a COM |x 051460 |2 bisacsh | |
082 | 7 | |a 005.3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Snider, Ed, |e author. | |
245 | 1 | 0 | |a Mastering Xamarin.Forms : |b build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / |c Ed Snider. |
246 | 3 | 0 | |a Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | |a Description based on online resource; title from cover (Safari, viewed February 12, 2016). | ||
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b Build rich, maintainable multiplatform native mobile apps with Xamarin.FormsAbout This Book Build an effective mobile app architecture with the Xamarin.Forms toolkit Maximize the testability, flexibility, and overall quality of your Xamarin.Forms mobile app This step-by-step tutorial is packed with real-world scenarios and solutions to build professional grade mobile apps with Xamarin.FormsWho This Book Is ForThis book is intended for C# developers who are familiar with the Xamarin platform and the Xamarin.Forms toolkit. If you have already started working with Xamarin.Forms and want to take your app to the next level and make it more maintainable, testable, and flexible, then this book is for you.What You Will Learn Find out how, when, and why you should use architecture patterns and get best practices with Xamarin.Forms Implement the Model-View-ViewModel (MVVM) pattern and data-binding in Xamarin.Forms mobile apps Extend the Xamarin.Forms navigation API with a custom ViewModel-centric navigation service Leverage the inversion of control and dependency injection patterns in Xamarin.Forms mobile apps Work with online and offline data in Xamarin.Forms mobile apps Test both business logic and user interface code in Xamarin.Forms mobile apps Use platform-specific APIs to build rich custom user interfaces in Xamarin.Forms mobile apps Explore how to improve mobile app quality with analytics and crash reporting using Xamarin InsightsIn DetailDiscover 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 appboth 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.Style and approachThis easy-to-follow, code-rich guide will walk you through building a real-world Xamarin.Forms mobile app from start to finish. Each chapter builds upon the app by applying new advanced functionalities, design patterns, and best practices. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Getting Started; Introducing the app idea; Defining features; Creating the initial app; Setting up the solution; Updating the Xamarin.Forms packages; Creating the main page; Running the app; Creating the new entry page; Creating the entry detail page; Summary; Chapter 2: MVVM and Data Binding; Understanding the MVVM pattern; Adding MVVM to the app; Setting up the app structure; Adding ViewModels; Adding MainViewModel; Adding DetailViewModel; Adding NewEntryViewModel | |
505 | 8 | |a Using the location service on the new entry pageAdding the location service implementation; Registering dependencies; Registering the platform-service implementations; Registering the ViewModels; Registering the navigation service; Updating the TripLog app; Updating the navigation service to handle ViewModel creation and dependency injection; Summary; Chapter 5: User Interface; Custom Renderers; Creating a TableView DatePicker; Value Converters; Creating a reverse visibility Value Converter; Creating an integer to image Value Converter; Summary; Chapter 6: API Data Access | |
505 | 8 | |a Creating an API with Microsoft Azure App ServicesBrowsing and adding data; Creating a base HTTP service; Creating an API Data Service; Updating the TripLog app ViewModels; Offline data caching; Adding the Akavache library; Maintaining an offline data cache; Summary; Chapter 7: Authentication; Adding identity and authentication to Azure Mobile Apps; Setting up permissions; Setting up an identity provider; Creating an authentication service; Adding a sign in page; Summary; Chapter 8: Testing; Unit testing; Testing ViewModels; Running unit tests in Xamarin Studio; Automated UI testing | |
505 | 8 | |a The Xamarin UITest frameworkCommon UITest methods; Creating a UITest project in Xamarin Studio; Initializing the TripLog app for UITest; Testing views; Running UI tests; Running UI tests locally; Running UI tests in Xamarin Test Cloud; Summary; Chapter 9: App Analytics; Mobile app analytics and crash reporting; Xamarin Insights; Setting up Xamarin Insights; Creating an analytics service; Tracking exceptions and events; Summary; Index | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Mobile apps. |0 http://id.loc.gov/authorities/subjects/sh2014000897 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Applications mobiles. | |
650 | 7 | |a COMPUTERS / Programming / Mobile Devices. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Mobile apps |2 fast | |
758 | |i has work: |a Mastering Xamarin.Forms (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGmXwQdJjgJPK83xXKwjYP |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78528-719-2 | ||
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163844 |3 Volltext |
938 | |a Internet Archive |b INAR |n masteringxamarin0000snid | ||
938 | |a EBSCOhost |b EBSC |n 1163844 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn939400105 |
---|---|
_version_ | 1816882339795435520 |
adam_text | |
any_adam_object | |
author | Snider, Ed |
author_facet | Snider, Ed |
author_role | aut |
author_sort | Snider, Ed |
author_variant | e s es |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Getting Started; Introducing the app idea; Defining features; Creating the initial app; Setting up the solution; Updating the Xamarin.Forms packages; Creating the main page; Running the app; Creating the new entry page; Creating the entry detail page; Summary; Chapter 2: MVVM and Data Binding; Understanding the MVVM pattern; Adding MVVM to the app; Setting up the app structure; Adding ViewModels; Adding MainViewModel; Adding DetailViewModel; Adding NewEntryViewModel Using the location service on the new entry pageAdding the location service implementation; Registering dependencies; Registering the platform-service implementations; Registering the ViewModels; Registering the navigation service; Updating the TripLog app; Updating the navigation service to handle ViewModel creation and dependency injection; Summary; Chapter 5: User Interface; Custom Renderers; Creating a TableView DatePicker; Value Converters; Creating a reverse visibility Value Converter; Creating an integer to image Value Converter; Summary; Chapter 6: API Data Access Creating an API with Microsoft Azure App ServicesBrowsing and adding data; Creating a base HTTP service; Creating an API Data Service; Updating the TripLog app ViewModels; Offline data caching; Adding the Akavache library; Maintaining an offline data cache; Summary; Chapter 7: Authentication; Adding identity and authentication to Azure Mobile Apps; Setting up permissions; Setting up an identity provider; Creating an authentication service; Adding a sign in page; Summary; Chapter 8: Testing; Unit testing; Testing ViewModels; Running unit tests in Xamarin Studio; Automated UI testing The Xamarin UITest frameworkCommon UITest methods; Creating a UITest project in Xamarin Studio; Initializing the TripLog app for UITest; Testing views; Running UI tests; Running UI tests locally; Running UI tests in Xamarin Test Cloud; Summary; Chapter 9: App Analytics; Mobile app analytics and crash reporting; Xamarin Insights; Setting up Xamarin Insights; Creating an analytics service; Tracking exceptions and events; Summary; Index |
ctrlnum | (OCoLC)939400105 |
dewey-full | 005.3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.3 |
dewey-search | 005.3 |
dewey-sort | 15.3 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08144cam a2200649 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn939400105</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160215s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">DEBBG</subfield><subfield code="d">C6I</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">N$T</subfield><subfield code="d">CEF</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">RDF</subfield><subfield code="d">UKMGB</subfield><subfield code="d">INARC</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC1J1722</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010495</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1259112055</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785284946</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785284940</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1785284940</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1785287192</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785287190</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)939400105</subfield><subfield code="z">(OCoLC)1259112055</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000716</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051460</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Snider, Ed,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering Xamarin.Forms :</subfield><subfield code="b">build rich, maintainable multiplatform native mobile apps with Xamarin.Forms /</subfield><subfield code="c">Ed Snider.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover (Safari, viewed February 12, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Build rich, maintainable multiplatform native mobile apps with Xamarin.FormsAbout This Book Build an effective mobile app architecture with the Xamarin.Forms toolkit Maximize the testability, flexibility, and overall quality of your Xamarin.Forms mobile app This step-by-step tutorial is packed with real-world scenarios and solutions to build professional grade mobile apps with Xamarin.FormsWho This Book Is ForThis book is intended for C# developers who are familiar with the Xamarin platform and the Xamarin.Forms toolkit. If you have already started working with Xamarin.Forms and want to take your app to the next level and make it more maintainable, testable, and flexible, then this book is for you.What You Will Learn Find out how, when, and why you should use architecture patterns and get best practices with Xamarin.Forms Implement the Model-View-ViewModel (MVVM) pattern and data-binding in Xamarin.Forms mobile apps Extend the Xamarin.Forms navigation API with a custom ViewModel-centric navigation service Leverage the inversion of control and dependency injection patterns in Xamarin.Forms mobile apps Work with online and offline data in Xamarin.Forms mobile apps Test both business logic and user interface code in Xamarin.Forms mobile apps Use platform-specific APIs to build rich custom user interfaces in Xamarin.Forms mobile apps Explore how to improve mobile app quality with analytics and crash reporting using Xamarin InsightsIn DetailDiscover 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 appboth 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.Style and approachThis easy-to-follow, code-rich guide will walk you through building a real-world Xamarin.Forms mobile app from start to finish. Each chapter builds upon the app by applying new advanced functionalities, design patterns, and best practices.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Getting Started; Introducing the app idea; Defining features; Creating the initial app; Setting up the solution; Updating the Xamarin.Forms packages; Creating the main page; Running the app; Creating the new entry page; Creating the entry detail page; Summary; Chapter 2: MVVM and Data Binding; Understanding the MVVM pattern; Adding MVVM to the app; Setting up the app structure; Adding ViewModels; Adding MainViewModel; Adding DetailViewModel; Adding NewEntryViewModel</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Using the location service on the new entry pageAdding the location service implementation; Registering dependencies; Registering the platform-service implementations; Registering the ViewModels; Registering the navigation service; Updating the TripLog app; Updating the navigation service to handle ViewModel creation and dependency injection; Summary; Chapter 5: User Interface; Custom Renderers; Creating a TableView DatePicker; Value Converters; Creating a reverse visibility Value Converter; Creating an integer to image Value Converter; Summary; Chapter 6: API Data Access</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Creating an API with Microsoft Azure App ServicesBrowsing and adding data; Creating a base HTTP service; Creating an API Data Service; Updating the TripLog app ViewModels; Offline data caching; Adding the Akavache library; Maintaining an offline data cache; Summary; Chapter 7: Authentication; Adding identity and authentication to Azure Mobile Apps; Setting up permissions; Setting up an identity provider; Creating an authentication service; Adding a sign in page; Summary; Chapter 8: Testing; Unit testing; Testing ViewModels; Running unit tests in Xamarin Studio; Automated UI testing</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The Xamarin UITest frameworkCommon UITest methods; Creating a UITest project in Xamarin Studio; Initializing the TripLog app for UITest; Testing views; Running UI tests; Running UI tests locally; Running UI tests in Xamarin Test Cloud; Summary; Chapter 9: App Analytics; Mobile app analytics and crash reporting; Xamarin Insights; Setting up Xamarin Insights; Creating an analytics service; Tracking exceptions and events; Summary; Index</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Mobile apps.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2014000897</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications mobiles.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming / Mobile Devices.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Mobile apps</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Mastering Xamarin.Forms (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGmXwQdJjgJPK83xXKwjYP</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78528-719-2</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163844</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Internet Archive</subfield><subfield code="b">INAR</subfield><subfield code="n">masteringxamarin0000snid</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1163844</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn939400105 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:03Z |
institution | BVB |
isbn | 9781785284946 1785284940 |
language | English |
oclc_num | 939400105 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Snider, Ed, author. Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / Ed Snider. Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Description based on online resource; title from cover (Safari, viewed February 12, 2016). Includes index. Annotation Build rich, maintainable multiplatform native mobile apps with Xamarin.FormsAbout This Book Build an effective mobile app architecture with the Xamarin.Forms toolkit Maximize the testability, flexibility, and overall quality of your Xamarin.Forms mobile app This step-by-step tutorial is packed with real-world scenarios and solutions to build professional grade mobile apps with Xamarin.FormsWho This Book Is ForThis book is intended for C# developers who are familiar with the Xamarin platform and the Xamarin.Forms toolkit. If you have already started working with Xamarin.Forms and want to take your app to the next level and make it more maintainable, testable, and flexible, then this book is for you.What You Will Learn Find out how, when, and why you should use architecture patterns and get best practices with Xamarin.Forms Implement the Model-View-ViewModel (MVVM) pattern and data-binding in Xamarin.Forms mobile apps Extend the Xamarin.Forms navigation API with a custom ViewModel-centric navigation service Leverage the inversion of control and dependency injection patterns in Xamarin.Forms mobile apps Work with online and offline data in Xamarin.Forms mobile apps Test both business logic and user interface code in Xamarin.Forms mobile apps Use platform-specific APIs to build rich custom user interfaces in Xamarin.Forms mobile apps Explore how to improve mobile app quality with analytics and crash reporting using Xamarin InsightsIn DetailDiscover 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 appboth 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.Style and approachThis easy-to-follow, code-rich guide will walk you through building a real-world Xamarin.Forms mobile app from start to finish. Each chapter builds upon the app by applying new advanced functionalities, design patterns, and best practices. Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Getting Started; Introducing the app idea; Defining features; Creating the initial app; Setting up the solution; Updating the Xamarin.Forms packages; Creating the main page; Running the app; Creating the new entry page; Creating the entry detail page; Summary; Chapter 2: MVVM and Data Binding; Understanding the MVVM pattern; Adding MVVM to the app; Setting up the app structure; Adding ViewModels; Adding MainViewModel; Adding DetailViewModel; Adding NewEntryViewModel Using the location service on the new entry pageAdding the location service implementation; Registering dependencies; Registering the platform-service implementations; Registering the ViewModels; Registering the navigation service; Updating the TripLog app; Updating the navigation service to handle ViewModel creation and dependency injection; Summary; Chapter 5: User Interface; Custom Renderers; Creating a TableView DatePicker; Value Converters; Creating a reverse visibility Value Converter; Creating an integer to image Value Converter; Summary; Chapter 6: API Data Access Creating an API with Microsoft Azure App ServicesBrowsing and adding data; Creating a base HTTP service; Creating an API Data Service; Updating the TripLog app ViewModels; Offline data caching; Adding the Akavache library; Maintaining an offline data cache; Summary; Chapter 7: Authentication; Adding identity and authentication to Azure Mobile Apps; Setting up permissions; Setting up an identity provider; Creating an authentication service; Adding a sign in page; Summary; Chapter 8: Testing; Unit testing; Testing ViewModels; Running unit tests in Xamarin Studio; Automated UI testing The Xamarin UITest frameworkCommon UITest methods; Creating a UITest project in Xamarin Studio; Initializing the TripLog app for UITest; Testing views; Running UI tests; Running UI tests locally; Running UI tests in Xamarin Test Cloud; Summary; Chapter 9: App Analytics; Mobile app analytics and crash reporting; Xamarin Insights; Setting up Xamarin Insights; Creating an analytics service; Tracking exceptions and events; Summary; Index Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Mobile apps. http://id.loc.gov/authorities/subjects/sh2014000897 Logiciels d'application Développement. Applications mobiles. COMPUTERS / Programming / Mobile Devices. bisacsh Application software Development fast Mobile apps fast has work: Mastering Xamarin.Forms (Text) https://id.oclc.org/worldcat/entity/E39PCGmXwQdJjgJPK83xXKwjYP https://id.oclc.org/worldcat/ontology/hasWork 1-78528-719-2 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163844 Volltext |
spellingShingle | Snider, Ed Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / Community experience distilled. Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Getting Started; Introducing the app idea; Defining features; Creating the initial app; Setting up the solution; Updating the Xamarin.Forms packages; Creating the main page; Running the app; Creating the new entry page; Creating the entry detail page; Summary; Chapter 2: MVVM and Data Binding; Understanding the MVVM pattern; Adding MVVM to the app; Setting up the app structure; Adding ViewModels; Adding MainViewModel; Adding DetailViewModel; Adding NewEntryViewModel Using the location service on the new entry pageAdding the location service implementation; Registering dependencies; Registering the platform-service implementations; Registering the ViewModels; Registering the navigation service; Updating the TripLog app; Updating the navigation service to handle ViewModel creation and dependency injection; Summary; Chapter 5: User Interface; Custom Renderers; Creating a TableView DatePicker; Value Converters; Creating a reverse visibility Value Converter; Creating an integer to image Value Converter; Summary; Chapter 6: API Data Access Creating an API with Microsoft Azure App ServicesBrowsing and adding data; Creating a base HTTP service; Creating an API Data Service; Updating the TripLog app ViewModels; Offline data caching; Adding the Akavache library; Maintaining an offline data cache; Summary; Chapter 7: Authentication; Adding identity and authentication to Azure Mobile Apps; Setting up permissions; Setting up an identity provider; Creating an authentication service; Adding a sign in page; Summary; Chapter 8: Testing; Unit testing; Testing ViewModels; Running unit tests in Xamarin Studio; Automated UI testing The Xamarin UITest frameworkCommon UITest methods; Creating a UITest project in Xamarin Studio; Initializing the TripLog app for UITest; Testing views; Running UI tests; Running UI tests locally; Running UI tests in Xamarin Test Cloud; Summary; Chapter 9: App Analytics; Mobile app analytics and crash reporting; Xamarin Insights; Setting up Xamarin Insights; Creating an analytics service; Tracking exceptions and events; Summary; Index Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Mobile apps. http://id.loc.gov/authorities/subjects/sh2014000897 Logiciels d'application Développement. Applications mobiles. COMPUTERS / Programming / Mobile Devices. bisacsh Application software Development fast Mobile apps fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh2014000897 |
title | Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / |
title_alt | Build rich, maintainable multiplatform native mobile apps with Xamarin.Forms |
title_auth | Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / |
title_exact_search | Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / |
title_full | Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / Ed Snider. |
title_fullStr | Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / Ed Snider. |
title_full_unstemmed | Mastering Xamarin.Forms : build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / Ed Snider. |
title_short | Mastering Xamarin.Forms : |
title_sort | mastering xamarin forms build rich maintainable multiplatform native mobile apps with xamarin forms |
title_sub | build rich, maintainable multiplatform native mobile apps with Xamarin.Forms / |
topic | Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Mobile apps. http://id.loc.gov/authorities/subjects/sh2014000897 Logiciels d'application Développement. Applications mobiles. COMPUTERS / Programming / Mobile Devices. bisacsh Application software Development fast Mobile apps fast |
topic_facet | Application software Development. Mobile apps. Logiciels d'application Développement. Applications mobiles. COMPUTERS / Programming / Mobile Devices. Application software Development Mobile apps |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163844 |
work_keys_str_mv | AT snidered masteringxamarinformsbuildrichmaintainablemultiplatformnativemobileappswithxamarinforms AT snidered buildrichmaintainablemultiplatformnativemobileappswithxamarinforms |