Creating dynamic UIs with Android fragments :: create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Ausgabe: | Second edition. |
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource : illustrations. |
ISBN: | 9781785882760 1785882767 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn946054947 | ||
003 | OCoLC | ||
005 | 20250103110447.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 160406s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d TEFOD |d YDXCP |d IDEBK |d OCLCF |d N$T |d VT2 |d KSU |d DEBBG |d OCLCQ |d CEF |d NLE |d UKMGB |d AGLDB |d IGB |d UKAHL |d RDF |d OCLCO |d OCLCQ |d QGK |d OCLCO |d TMA |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBB6G3491 |2 bnb | ||
016 | 7 | |a 018010598 |2 Uk | |
019 | |a 945752083 |a 945783475 |a 1259088500 | ||
020 | |a 9781785882760 |q electronic bk. | ||
020 | |a 1785882767 |q electronic bk. | ||
020 | |z 9781785889592 | ||
020 | |z 1785889591 | ||
035 | |a (OCoLC)946054947 |z (OCoLC)945752083 |z (OCoLC)945783475 |z (OCoLC)1259088500 | ||
037 | |a 9781785882760 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a QA76.9.U83 | |
072 | 7 | |a COM |x 070000 |2 bisacsh | |
082 | 7 | |a 005.437 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Wilson, Jim, |e author. | |
245 | 1 | 0 | |a Creating dynamic UIs with Android fragments : |b create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / |c Jim Wilson. |
246 | 3 | |a Creating dynamic user interfaces with Android fragments | |
250 | |a Second edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Community experience distilled | |
588 | |a Description based on online resource; title from cover page (Safari, viewed April 5, 2016). | ||
500 | |a Includes index. | ||
588 | 0 | |a Print version record. | |
520 | 8 | |a Annotation |b Create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphonesAbout This Book From an eminent author comes a book that will help you create engaging apps that dynamically adapt to individual device characteristics The only book that includes the latest fragment-oriented features and their role in Material design This book provides code-intensive discussions and detailed examples that help you understand better and learn faster.Who This Book Is ForThis book is for developers with a basic understanding of Android programming who would like to improve the appearance and usability of their applications by creating a more interactive user experience and dynamically adaptive UIs; providing better support for tablets and smartphones in a single app; and reducing the complexity of managing app UIs.What You Will Learn Learn the role and capabilities of fragments Use Android Studio's fragment-oriented features Create an app UI that works effectively on smartphones and tablets Manage the creation and life cycle of fragments Dynamically manage fragments using the FragmentTransaction class Learn the application design for communicating between fragments Leverage fragments when implementing applications that take advantage of the latest features of Material DesignIn DetailToday's users expect mobile apps to be dynamic and highly interactive, with rich navigation features. These same apps must look fantastic whether running on a medium-resolution smartphone or high-resolution tablet. Fragments provide the toolset we need to meet these user expectations by enabling us to build our applications out of adaptable components that take advantage of the rich capabilities of each individual device and automatically adapt to their differences.This book looks at the impact fragments have on Android UI design and their role in both simplifying many common UI challenges and in providing best practices for incorporating rich UI behaviors. We look closely at the roll of fragment transactions and how to work with the Android back stack. Leveraging this understanding, we explore several specialized fragment-related classes such as ListFragment and DialogFragment. We then go on to discuss how to implement rich navigation features such as swipe-based screen browsing, and the role of fragments when developing applications that take advantage of the latest aspects of Material Design.You will learn everything you need to provide dynamic, multi-screen UIs within a single activity, and the rich UI features demanded by today's mobile users.Style and approachA fast-paced learning guide that gives a hands-on, code-intensive approach with a focus on real-world applications. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fragments and UI Modularization; The need for a new approach to UI creation; The broad platform support of fragments; How fragments simplify common Android tasks; The relationship between fragments and activities; Making the shift to fragments; The old thinking -- activity-oriented; Defining the activity appearance; Displaying the activity UI; The new thinking: fragment-oriented; Creating the fragment layout resources; Creating the Fragment class | |
505 | 8 | |a Converting an activity to use fragmentsSummary; Chapter 2: Fragments and UI Flexibility; Creating UI flexibility; Dynamic fragment layout selection; Adding an alternate layout resource; Managing fragment layout by screen size; Eliminating redundant layout descriptions; Designing fragments for flexibility; Avoiding tight coupling; Abstracting fragment relationships; Encapsulating fragment operations; Creating a loosely connected relationship between fragments; Fragments protect against the unexpected; Creating the book description activity; Adding functionality to the book description activity | |
505 | 8 | |a Making the MainActivity class adaptiveSummary; Chapter 3: Fragment Life Cycle and Specialization; Understanding the fragment life cycle; Understanding fragment setup and display; Avoiding method name confusion; Understanding fragment hide and teardown; Maximizing the available resources; Managing a fragment state; Special-purpose fragment classes; ListFragment; Associating data with the list; Separating data from the display; DialogFragment; Styles; Layout; Displaying DialogFragment; Event handling in DialogFragment; The Dialog identity; Summary; Chapter 4: Working with Fragment Transactions | |
505 | 8 | |a Intentional screen managementDynamically managing fragments; Deferred execution of transaction changes; Adding and removing fragments; Supporting the back button; Creating an adaptive application layout; Updating the layout to support dynamic fragments; Adapting to device differences; Dynamically loading a fragment at startup; Transitioning between fragments; Eliminating redundant handling; Creating the fragment on the fly; Managing asynchronous creation; Putting it all together; Summary; Chapter 5: Creating Rich Navigation; A brave new world; Making navigation fun with swipe | |
505 | 8 | |a Implementing swipe navigationAdding swipe navigation with Android Studio; Managing the swipe UI behavior; Putting the swipe UI into place; Providing direct navigation to screens; Don't get trapped in the past; Direct navigation for a small number of screens; Direct navigation for four or more screens; Creating a navigation drawer activity with Android Studio; The activity and application screen fragment; The navigation drawer fragment; Summary; Chapter 6: Fragments and Material Design; Creating a rich user experience; Material design; Principles of material design; The role of motion | |
630 | 0 | 0 | |a Android (Electronic resource) |0 http://id.loc.gov/authorities/names/n2009043077 |
630 | 0 | 7 | |a Android (Electronic resource) |2 fast |
650 | 0 | |a User interfaces (Computer systems) |0 http://id.loc.gov/authorities/subjects/sh88001679 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 2 | |a User-Computer Interface |0 https://id.nlm.nih.gov/mesh/D014584 | |
650 | 6 | |a Interfaces utilisateurs (Informatique) | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 7 | |a COMPUTERS |x User Interfaces. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a User interfaces (Computer systems) |2 fast | |
758 | |i has work: |a Creating dynamic Uls with Android Fragments (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYcKpgdKmd63dWDgDTf3w3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78588-959-1 | ||
830 | 0 | |a Community experience distilled. | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213512 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213512 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH30492621 | ||
938 | |a YBP Library Services |b YANK |n 12908300 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34312266 | ||
938 | |a EBSCOhost |b EBSC |n 1213512 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn946054947 |
---|---|
_version_ | 1829095065580994560 |
adam_text | |
any_adam_object | |
author | Wilson, Jim |
author_facet | Wilson, Jim |
author_role | aut |
author_sort | Wilson, Jim |
author_variant | j w jw |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.U83 |
callnumber-search | QA76.9.U83 |
callnumber-sort | QA 276.9 U83 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fragments and UI Modularization; The need for a new approach to UI creation; The broad platform support of fragments; How fragments simplify common Android tasks; The relationship between fragments and activities; Making the shift to fragments; The old thinking -- activity-oriented; Defining the activity appearance; Displaying the activity UI; The new thinking: fragment-oriented; Creating the fragment layout resources; Creating the Fragment class Converting an activity to use fragmentsSummary; Chapter 2: Fragments and UI Flexibility; Creating UI flexibility; Dynamic fragment layout selection; Adding an alternate layout resource; Managing fragment layout by screen size; Eliminating redundant layout descriptions; Designing fragments for flexibility; Avoiding tight coupling; Abstracting fragment relationships; Encapsulating fragment operations; Creating a loosely connected relationship between fragments; Fragments protect against the unexpected; Creating the book description activity; Adding functionality to the book description activity Making the MainActivity class adaptiveSummary; Chapter 3: Fragment Life Cycle and Specialization; Understanding the fragment life cycle; Understanding fragment setup and display; Avoiding method name confusion; Understanding fragment hide and teardown; Maximizing the available resources; Managing a fragment state; Special-purpose fragment classes; ListFragment; Associating data with the list; Separating data from the display; DialogFragment; Styles; Layout; Displaying DialogFragment; Event handling in DialogFragment; The Dialog identity; Summary; Chapter 4: Working with Fragment Transactions Intentional screen managementDynamically managing fragments; Deferred execution of transaction changes; Adding and removing fragments; Supporting the back button; Creating an adaptive application layout; Updating the layout to support dynamic fragments; Adapting to device differences; Dynamically loading a fragment at startup; Transitioning between fragments; Eliminating redundant handling; Creating the fragment on the fly; Managing asynchronous creation; Putting it all together; Summary; Chapter 5: Creating Rich Navigation; A brave new world; Making navigation fun with swipe Implementing swipe navigationAdding swipe navigation with Android Studio; Managing the swipe UI behavior; Putting the swipe UI into place; Providing direct navigation to screens; Don't get trapped in the past; Direct navigation for a small number of screens; Direct navigation for four or more screens; Creating a navigation drawer activity with Android Studio; The activity and application screen fragment; The navigation drawer fragment; Summary; Chapter 6: Fragments and Material Design; Creating a rich user experience; Material design; Principles of material design; The role of motion |
ctrlnum | (OCoLC)946054947 |
dewey-full | 005.437 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.437 |
dewey-search | 005.437 |
dewey-sort | 15.437 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Second edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08946cam a2200721 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn946054947</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20250103110447.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">160406s2016 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">TEFOD</subfield><subfield code="d">YDXCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">VT2</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">RDF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">TMA</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">GBB6G3491</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010598</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">945752083</subfield><subfield code="a">945783475</subfield><subfield code="a">1259088500</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785882760</subfield><subfield code="q">electronic bk.</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785882767</subfield><subfield code="q">electronic bk.</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785889592</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1785889591</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)946054947</subfield><subfield code="z">(OCoLC)945752083</subfield><subfield code="z">(OCoLC)945783475</subfield><subfield code="z">(OCoLC)1259088500</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781785882760</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.U83</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">070000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.437</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">Wilson, Jim,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Creating dynamic UIs with Android fragments :</subfield><subfield code="b">create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones /</subfield><subfield code="c">Jim Wilson.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Creating dynamic user interfaces with Android fragments</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition.</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 :</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="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 page (Safari, viewed April 5, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphonesAbout This Book From an eminent author comes a book that will help you create engaging apps that dynamically adapt to individual device characteristics The only book that includes the latest fragment-oriented features and their role in Material design This book provides code-intensive discussions and detailed examples that help you understand better and learn faster.Who This Book Is ForThis book is for developers with a basic understanding of Android programming who would like to improve the appearance and usability of their applications by creating a more interactive user experience and dynamically adaptive UIs; providing better support for tablets and smartphones in a single app; and reducing the complexity of managing app UIs.What You Will Learn Learn the role and capabilities of fragments Use Android Studio's fragment-oriented features Create an app UI that works effectively on smartphones and tablets Manage the creation and life cycle of fragments Dynamically manage fragments using the FragmentTransaction class Learn the application design for communicating between fragments Leverage fragments when implementing applications that take advantage of the latest features of Material DesignIn DetailToday's users expect mobile apps to be dynamic and highly interactive, with rich navigation features. These same apps must look fantastic whether running on a medium-resolution smartphone or high-resolution tablet. Fragments provide the toolset we need to meet these user expectations by enabling us to build our applications out of adaptable components that take advantage of the rich capabilities of each individual device and automatically adapt to their differences.This book looks at the impact fragments have on Android UI design and their role in both simplifying many common UI challenges and in providing best practices for incorporating rich UI behaviors. We look closely at the roll of fragment transactions and how to work with the Android back stack. Leveraging this understanding, we explore several specialized fragment-related classes such as ListFragment and DialogFragment. We then go on to discuss how to implement rich navigation features such as swipe-based screen browsing, and the role of fragments when developing applications that take advantage of the latest aspects of Material Design.You will learn everything you need to provide dynamic, multi-screen UIs within a single activity, and the rich UI features demanded by today's mobile users.Style and approachA fast-paced learning guide that gives a hands-on, code-intensive approach with a focus on real-world applications.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fragments and UI Modularization; The need for a new approach to UI creation; The broad platform support of fragments; How fragments simplify common Android tasks; The relationship between fragments and activities; Making the shift to fragments; The old thinking -- activity-oriented; Defining the activity appearance; Displaying the activity UI; The new thinking: fragment-oriented; Creating the fragment layout resources; Creating the Fragment class</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Converting an activity to use fragmentsSummary; Chapter 2: Fragments and UI Flexibility; Creating UI flexibility; Dynamic fragment layout selection; Adding an alternate layout resource; Managing fragment layout by screen size; Eliminating redundant layout descriptions; Designing fragments for flexibility; Avoiding tight coupling; Abstracting fragment relationships; Encapsulating fragment operations; Creating a loosely connected relationship between fragments; Fragments protect against the unexpected; Creating the book description activity; Adding functionality to the book description activity</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Making the MainActivity class adaptiveSummary; Chapter 3: Fragment Life Cycle and Specialization; Understanding the fragment life cycle; Understanding fragment setup and display; Avoiding method name confusion; Understanding fragment hide and teardown; Maximizing the available resources; Managing a fragment state; Special-purpose fragment classes; ListFragment; Associating data with the list; Separating data from the display; DialogFragment; Styles; Layout; Displaying DialogFragment; Event handling in DialogFragment; The Dialog identity; Summary; Chapter 4: Working with Fragment Transactions</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Intentional screen managementDynamically managing fragments; Deferred execution of transaction changes; Adding and removing fragments; Supporting the back button; Creating an adaptive application layout; Updating the layout to support dynamic fragments; Adapting to device differences; Dynamically loading a fragment at startup; Transitioning between fragments; Eliminating redundant handling; Creating the fragment on the fly; Managing asynchronous creation; Putting it all together; Summary; Chapter 5: Creating Rich Navigation; A brave new world; Making navigation fun with swipe</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Implementing swipe navigationAdding swipe navigation with Android Studio; Managing the swipe UI behavior; Putting the swipe UI into place; Providing direct navigation to screens; Don't get trapped in the past; Direct navigation for a small number of screens; Direct navigation for four or more screens; Creating a navigation drawer activity with Android Studio; The activity and application screen fragment; The navigation drawer fragment; Summary; Chapter 6: Fragments and Material Design; Creating a rich user experience; Material design; Principles of material design; The role of motion</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Android (Electronic resource)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2009043077</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Android (Electronic resource)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">User interfaces (Computer systems)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh88001679</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="2"><subfield code="a">User-Computer Interface</subfield><subfield code="0">https://id.nlm.nih.gov/mesh/D014584</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Interfaces utilisateurs (Informatique)</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="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">User Interfaces.</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">User interfaces (Computer systems)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Creating dynamic Uls with Android Fragments (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYcKpgdKmd63dWDgDTf3w3</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78588-959-1</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</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=1213512</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</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=1213512</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH30492621</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12908300</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34312266</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1213512</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-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn946054947 |
illustrated | Illustrated |
indexdate | 2025-04-11T08:43:06Z |
institution | BVB |
isbn | 9781785882760 1785882767 |
language | English |
oclc_num | 946054947 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource : illustrations. |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Wilson, Jim, author. Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / Jim Wilson. Creating dynamic user interfaces with Android fragments Second edition. Birmingham, UK : Packt Publishing, 2016. 1 online resource : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier Community experience distilled Description based on online resource; title from cover page (Safari, viewed April 5, 2016). Includes index. Print version record. Annotation Create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphonesAbout This Book From an eminent author comes a book that will help you create engaging apps that dynamically adapt to individual device characteristics The only book that includes the latest fragment-oriented features and their role in Material design This book provides code-intensive discussions and detailed examples that help you understand better and learn faster.Who This Book Is ForThis book is for developers with a basic understanding of Android programming who would like to improve the appearance and usability of their applications by creating a more interactive user experience and dynamically adaptive UIs; providing better support for tablets and smartphones in a single app; and reducing the complexity of managing app UIs.What You Will Learn Learn the role and capabilities of fragments Use Android Studio's fragment-oriented features Create an app UI that works effectively on smartphones and tablets Manage the creation and life cycle of fragments Dynamically manage fragments using the FragmentTransaction class Learn the application design for communicating between fragments Leverage fragments when implementing applications that take advantage of the latest features of Material DesignIn DetailToday's users expect mobile apps to be dynamic and highly interactive, with rich navigation features. These same apps must look fantastic whether running on a medium-resolution smartphone or high-resolution tablet. Fragments provide the toolset we need to meet these user expectations by enabling us to build our applications out of adaptable components that take advantage of the rich capabilities of each individual device and automatically adapt to their differences.This book looks at the impact fragments have on Android UI design and their role in both simplifying many common UI challenges and in providing best practices for incorporating rich UI behaviors. We look closely at the roll of fragment transactions and how to work with the Android back stack. Leveraging this understanding, we explore several specialized fragment-related classes such as ListFragment and DialogFragment. We then go on to discuss how to implement rich navigation features such as swipe-based screen browsing, and the role of fragments when developing applications that take advantage of the latest aspects of Material Design.You will learn everything you need to provide dynamic, multi-screen UIs within a single activity, and the rich UI features demanded by today's mobile users.Style and approachA fast-paced learning guide that gives a hands-on, code-intensive approach with a focus on real-world applications. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fragments and UI Modularization; The need for a new approach to UI creation; The broad platform support of fragments; How fragments simplify common Android tasks; The relationship between fragments and activities; Making the shift to fragments; The old thinking -- activity-oriented; Defining the activity appearance; Displaying the activity UI; The new thinking: fragment-oriented; Creating the fragment layout resources; Creating the Fragment class Converting an activity to use fragmentsSummary; Chapter 2: Fragments and UI Flexibility; Creating UI flexibility; Dynamic fragment layout selection; Adding an alternate layout resource; Managing fragment layout by screen size; Eliminating redundant layout descriptions; Designing fragments for flexibility; Avoiding tight coupling; Abstracting fragment relationships; Encapsulating fragment operations; Creating a loosely connected relationship between fragments; Fragments protect against the unexpected; Creating the book description activity; Adding functionality to the book description activity Making the MainActivity class adaptiveSummary; Chapter 3: Fragment Life Cycle and Specialization; Understanding the fragment life cycle; Understanding fragment setup and display; Avoiding method name confusion; Understanding fragment hide and teardown; Maximizing the available resources; Managing a fragment state; Special-purpose fragment classes; ListFragment; Associating data with the list; Separating data from the display; DialogFragment; Styles; Layout; Displaying DialogFragment; Event handling in DialogFragment; The Dialog identity; Summary; Chapter 4: Working with Fragment Transactions Intentional screen managementDynamically managing fragments; Deferred execution of transaction changes; Adding and removing fragments; Supporting the back button; Creating an adaptive application layout; Updating the layout to support dynamic fragments; Adapting to device differences; Dynamically loading a fragment at startup; Transitioning between fragments; Eliminating redundant handling; Creating the fragment on the fly; Managing asynchronous creation; Putting it all together; Summary; Chapter 5: Creating Rich Navigation; A brave new world; Making navigation fun with swipe Implementing swipe navigationAdding swipe navigation with Android Studio; Managing the swipe UI behavior; Putting the swipe UI into place; Providing direct navigation to screens; Don't get trapped in the past; Direct navigation for a small number of screens; Direct navigation for four or more screens; Creating a navigation drawer activity with Android Studio; The activity and application screen fragment; The navigation drawer fragment; Summary; Chapter 6: Fragments and Material Design; Creating a rich user experience; Material design; Principles of material design; The role of motion Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast User interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh88001679 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 User-Computer Interface https://id.nlm.nih.gov/mesh/D014584 Interfaces utilisateurs (Informatique) Logiciels d'application Développement. COMPUTERS User Interfaces. bisacsh Application software Development fast User interfaces (Computer systems) fast has work: Creating dynamic Uls with Android Fragments (Text) https://id.oclc.org/worldcat/entity/E39PCYcKpgdKmd63dWDgDTf3w3 https://id.oclc.org/worldcat/ontology/hasWork 1-78588-959-1 Community experience distilled. |
spellingShingle | Wilson, Jim Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / Community experience distilled. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fragments and UI Modularization; The need for a new approach to UI creation; The broad platform support of fragments; How fragments simplify common Android tasks; The relationship between fragments and activities; Making the shift to fragments; The old thinking -- activity-oriented; Defining the activity appearance; Displaying the activity UI; The new thinking: fragment-oriented; Creating the fragment layout resources; Creating the Fragment class Converting an activity to use fragmentsSummary; Chapter 2: Fragments and UI Flexibility; Creating UI flexibility; Dynamic fragment layout selection; Adding an alternate layout resource; Managing fragment layout by screen size; Eliminating redundant layout descriptions; Designing fragments for flexibility; Avoiding tight coupling; Abstracting fragment relationships; Encapsulating fragment operations; Creating a loosely connected relationship between fragments; Fragments protect against the unexpected; Creating the book description activity; Adding functionality to the book description activity Making the MainActivity class adaptiveSummary; Chapter 3: Fragment Life Cycle and Specialization; Understanding the fragment life cycle; Understanding fragment setup and display; Avoiding method name confusion; Understanding fragment hide and teardown; Maximizing the available resources; Managing a fragment state; Special-purpose fragment classes; ListFragment; Associating data with the list; Separating data from the display; DialogFragment; Styles; Layout; Displaying DialogFragment; Event handling in DialogFragment; The Dialog identity; Summary; Chapter 4: Working with Fragment Transactions Intentional screen managementDynamically managing fragments; Deferred execution of transaction changes; Adding and removing fragments; Supporting the back button; Creating an adaptive application layout; Updating the layout to support dynamic fragments; Adapting to device differences; Dynamically loading a fragment at startup; Transitioning between fragments; Eliminating redundant handling; Creating the fragment on the fly; Managing asynchronous creation; Putting it all together; Summary; Chapter 5: Creating Rich Navigation; A brave new world; Making navigation fun with swipe Implementing swipe navigationAdding swipe navigation with Android Studio; Managing the swipe UI behavior; Putting the swipe UI into place; Providing direct navigation to screens; Don't get trapped in the past; Direct navigation for a small number of screens; Direct navigation for four or more screens; Creating a navigation drawer activity with Android Studio; The activity and application screen fragment; The navigation drawer fragment; Summary; Chapter 6: Fragments and Material Design; Creating a rich user experience; Material design; Principles of material design; The role of motion Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast User interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh88001679 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 User-Computer Interface https://id.nlm.nih.gov/mesh/D014584 Interfaces utilisateurs (Informatique) Logiciels d'application Développement. COMPUTERS User Interfaces. bisacsh Application software Development fast User interfaces (Computer systems) fast |
subject_GND | http://id.loc.gov/authorities/names/n2009043077 http://id.loc.gov/authorities/subjects/sh88001679 http://id.loc.gov/authorities/subjects/sh95009362 https://id.nlm.nih.gov/mesh/D014584 |
title | Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / |
title_alt | Creating dynamic user interfaces with Android fragments |
title_auth | Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / |
title_exact_search | Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / |
title_full | Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / Jim Wilson. |
title_fullStr | Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / Jim Wilson. |
title_full_unstemmed | Creating dynamic UIs with Android fragments : create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / Jim Wilson. |
title_short | Creating dynamic UIs with Android fragments : |
title_sort | creating dynamic uis with android fragments create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers tablets and smartphones |
title_sub | create engaging apps with fragments to provide a rich user interface that dynamically adapts to the individual characteristics of your customers' tablets and smartphones / |
topic | Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast User interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh88001679 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 User-Computer Interface https://id.nlm.nih.gov/mesh/D014584 Interfaces utilisateurs (Informatique) Logiciels d'application Développement. COMPUTERS User Interfaces. bisacsh Application software Development fast User interfaces (Computer systems) fast |
topic_facet | Android (Electronic resource) User interfaces (Computer systems) Application software Development. User-Computer Interface Interfaces utilisateurs (Informatique) Logiciels d'application Développement. COMPUTERS User Interfaces. Application software Development |
work_keys_str_mv | AT wilsonjim creatingdynamicuiswithandroidfragmentscreateengagingappswithfragmentstoprovidearichuserinterfacethatdynamicallyadaptstotheindividualcharacteristicsofyourcustomerstabletsandsmartphones AT wilsonjim creatingdynamicuserinterfaceswithandroidfragments |