Cargando…

Mastering Android Wear application development /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Hameed, Siddique (Autor), Chida, Javeed (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn968895534
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |||||||||||
008 160629s2016 enk o 000 0 eng d
040 |a NLE  |b eng  |e rda  |e pn  |c NLE  |d COO  |d EBLCP  |d OCLCF  |d OCLCQ  |d MERUC  |d REB  |d CHVBK  |d OCLCQ  |d VT2  |d UOK  |d OCLCQ  |d WYU  |d LVT  |d UKAHL  |d OCLCQ  |d UKMGB  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d QGK  |d OCLCO 
015 |a GBB694410  |2 bnb 
016 7 |a 017915350  |2 Uk 
019 |a 1259200373 
020 |a 9781785886379  |q (PDF ebook) 
020 |a 1785886371  |q (PDF ebook) 
029 1 |a AU@  |b 000066232189 
029 1 |a AU@  |b 000072393801 
029 1 |a CHNEW  |b 000949293 
029 1 |a CHVBK  |b 483154687 
029 1 |a UKMGB  |b 017915350 
035 |a (OCoLC)968895534  |z (OCoLC)1259200373 
037 |a 9781785886379  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.76.A65  |b .H364 2016 
082 0 4 |a 004.167  |2 23 
049 |a UAMI 
100 1 |a Hameed, Siddique,  |e author. 
245 1 0 |a Mastering Android Wear application development /  |c Siddique Hameed. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a CIP data; resource not viewed. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to Wearable Computing; Evolution; Moore's law; Ubiquitous computing; Hello Android Wear; Summary; Chapter 2: Setting up the Development Environment; Android Studio; Installation; Git and GitHub; Gradle; Android SDK packages; Android Virtual Devices; Let's build a€skeleton application; Summary; Chapter 3: Developing Android Wear Applications; Skeleton app; The Android manifest file; Gradle build files; App activities; Let's build an Android Wear app; Summary. 
505 8 |a Chapter 4: Developing Watch UIWearable UI; The Android manifest file; The TodayActivity activity; Actions inside the arrays.xml file; Main activity layout file; The WearableListItemLayout component; The DayOfYearActivity€class; The activity_day_of_year.xml file; Summary; Chapter 5: Synchronizing Data; What is a companion app anyway?; Setting up an Android Wear virtual device; Revisiting the Today app; Scope of the new Today app; The Wearable data layer API; MessageApi; WearableListenerService; DataListener; Cloud Node; The GoogleApiClient class; The Volley library; The JSoup library. 
505 8 |a The Build ScriptCompanion app's Android manifest file; The TodayMobileActivity€class; Wearable app's Android manifest file; The OnThisDayActivity€class; The HandheldListenerService class; Messages not coming through to your Wear app?; Summary; Chapter 6: Contextual Notifications; Getting notified; Core classes of the notifications API; NotificationCompat. Builder; Action buttons in your notification; Wearable-only actions; Delivery; Today app with to-do notifications; Geofencing; Mocking a GPS; The build.gradle file on wear and mobile apps; Handheld app's Android manifest file. 
505 8 |a The TodoMobileActivity classTo-do list view; Adding to-do items; Mock locations; Mocking locations using FakeGPS app; The GeofenceTransitionIntentService class; Handheld app notification; Wearable app notifications; Summary; Chapter 7: Voice Interactions, Sensors, and Tracking; Voice capabilities; System-provided voice actions; App-provided voice actions; New feature -- adding to-do items through voice commands; Add to-do Item -- a new action in the wearable app; The AddTodoItem activity in the wearable app; Handling speech inputs; Handheld app; Motion sensors; Gyroscope; Accelerometer. 
505 8 |a New feature -- tracking our stepsAdd to-do item -- a new action in the wearable app; Summary; Chapter 8: Creating Custom UI; Android Wear UI design; Common UI patterns; Cards; Countdowns and confirmations; Card stacks; 2D Pickers; Selection lists; Revisiting the OnThisDay activity; The OnThisDayActivity activity; The activity layout; Summary; Chapter 9: Material Design; Approaching material design; Interacting with the world; A visual language; To-do item menus; [About the navigation drawer]; About the navigation drawer; The TodosActivity class; The TodoItemTypeFragment class. 
520 8 |a Annotation  |b Master the future of mobile devices in wearable technologyAbout This Book Mastering Android Wear Development is a complete guide to wearable technology for experienced Android developers Notifications, voice input, coping with round screens all the key challenges of wearable technology are covered This book describes not just how to write code for wearables, but also how to think about wearable technology and design apps that work well with the physical limitations of wearable devicesWho This Book Is ForThis book is for application developers (the web, mobile, and desktop) who are interested in building new wearable apps, and mobile developers who already have apps on iTunes or Google Play Store and are looking to provide Android Wear support for their existing Android or iOS apps. What You Will Learn Understand the Wearable computing technology Set up a development environment to build Android Wear apps using Android Studio Master the Android Wear SDK and APIs Understand the UI patterns and UX principles to build Android Wear apps Work with the different form factors of wearable devices (round and square) Take advantage of the sensors available on Android Wear devices Develop Android Wear sample apps Communicate between Android mobile and Android Wear apps Get to know the steps involved in publishing Android Wear apps to the Play storeIn DetailWearable technology is the future of mobile devices. It looks set to be a breakthrough technology, just like the iPad was before it. With the Apple Watch being widely regarded as a success, all eyes are now on Google to provide a similar device for its users. Keep your skills ahead of the competition and be one of the first to fully understand this powerful new trend. This book will give you a very solid understanding of the philosophy, thought process, development details, and methodologies involved in building well-designed, robust Android Wear applications. We cover the advantages and disadvantages of the wearable computing paradigm and provide a good foundational knowledge for you to build practical, real-world wearable apps. You will learn about the various tools, platforms, libraries, SDKs, and technology needed to build Android Wear apps. By the end of the book, you will be an expert in building Android wearable apps. Style and approachThis one-stop professional tutorial will teach you everything you need to know to begin designing and developing applications for this exciting new technology. Every step from development through testing to deployment is explained in depth. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Wearable computers. 
650 6 |a Ordinateurs-vêtements. 
650 7 |a Wearable computers  |2 fast 
700 1 |a Chida, Javeed,  |e author. 
776 |z 1-78588-172-8 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4768003  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30656465 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4768003 
994 |a 92  |b IZTAP