Android studio cookbook : design, debug, and test your apps using Android Studio /
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2015.
|
Colección: | Quick answers to common problems.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Welcome to Android Studio; Introduction; Creating your first app called Hello Android Studio; The use of Gradle build scripts; Testing your app with an emulator called Genymotion; Refactoring your code; Chapter 2: Applications with a Cloud
- Based Backend; Introduction; Setting up Parse; Consuming data from the cloud; Submitting data to the cloud; Chapter 3: Material Design; Introduction; Reycler views and card views; Ripples and elevations; Great transitions
- Chapter 4: Android WearWearables; Fullscreen wearable app; Watch faces; Notifications; Chapter 5: Size Does Matter; Size and context; Phone, phablet, and tablet; Media playback; TV and media centre; Chapter 6: Capture and Share; Introduction; Capturing images the easy way; Image capturing using the Camera2 API; Image sharing; Orientation issues; Chapter 7: Content Providers and Observers; Introduction; Content providers; Consuming and updating data using a content provider
- daily thoughts; Change projections to display KPIs in your app; Communicate with other apps using content providers
- Chapter 8: Improving QualityIntroduction; Patterns and support annotations; Unit testing using Robolectric; Code analysis; Chapter 9: Improving Performance; Introduction; Memory profilers and performance tools; Here comes the bad app
- performance improvements; Overdraw issues; Chapter 10: Beta Testing Your Apps; Introduction; Build variants; Runtime permissions; Play Store beta distribution; Index