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
Tabla de Contenidos:
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.