Mostrando 261 - 280 Resultados de 1,509 Para Buscar '"Android"', tiempo de consulta: 0.08s Limitar resultados
  1. 261
    Publicado 2020
    “…By the end of this course, you will have the skills you need to create GraphQL APIs confidently and tie them up with a web or Android client…”
    Video
  2. 262
    Publicado 2020
    Materias: “…Android (Electronic resource)…”
    Video
  3. 263
    Publicado 2020
    Tabla de Contenidos: “…1. Android Overview -- 2. Android Studio -- 3. Project Basics -- 4. …”
    Libro electrónico
  4. 264
    Materias: “…Android (Electronic resource)…”
    Libro electrónico
  5. 265
    Publicado 2011
    Materias: “…Android (Electronic resource)…”
    Video
  6. 266
    por Liao, Sean. author
    Publicado 2014
    Materias:
    Libro electrónico
  7. 267
    Publicado 2011
    Tabla de Contenidos: “…Cover -- Table of Contents -- Introduction -- Who Should Read This Book -- Key Questions Answered in This Book -- How This Book Is Structured -- An Overview of Changes in This Edition -- Development Environment Used in This Book -- Supplementary Materials Available -- Where to Find More Information -- Conventions Used in This Book -- Contacting the Authors -- I: An Overview of Android -- 1 Introducing Android -- A Brief History of Mobile Software Development -- The Open Handset Alliance -- Android Platform Differences -- The Android Platform -- Summary -- References and More Information -- 2 Setting Up Your Android Development Environment -- Configuring Your Development Environment -- Exploring the Android SDK -- Summary -- References and More Information -- 3 Writing Your First Android Application -- Testing Your Development Environment -- Building Your First Android Application -- Summary -- References and More Information -- II: Android Application Design Essentials -- 4 Understanding the Anatomy of an Android Application -- Mastering Important Android Terminology -- Using the Application Context -- Performing Application Tasks with Activities -- Working with Services -- Receiving and Broadcasting Intents -- Summary -- References and More Information -- 5 Defining Your Application Using the Android Manifest File -- Configuring the Android Manifest File -- Managing Your Application's Identity -- Enforcing Application System Requirements -- Registering Activities and Other Application Components -- Working with Permissions -- Exploring Other Manifest File Settings -- Summary -- References and More Information -- 6 Managing Application Resources -- What Are Resources? …”
    Libro electrónico
  8. 268
    Publicado 2013
    Tabla de Contenidos: “…User interface techniques-- Managing content -- Multimedia techniques -- Networking and hardware interface -- Exploring the web -- Advanced Android techniques…”
    Libro electrónico
  9. 269
    por Talbot, James
    Publicado 2014
    Materias: “…Android (Electronic resource)…”
    Libro electrónico
  10. 270
    Publicado 2011
    “…Die meisten dieser Geräte nutzen Android als Betriebssystem. Das ist vielen Anwendern im Grunde egal, aber dieses System bestimmt, welche Möglichkeiten sie nutzen können. …”
    Libro electrónico
  11. 271
    Publicado 2011
    Materias: “…Android (Electronic resource)…”
    Video
  12. 272
    por Hillerson, Tony
    Publicado 2010
    Materias: “…Android OS…”
    Vídeo online
  13. 273
    por Galpin, Dan
    Publicado 2010
    Materias: “…Android (Electronic resource)…”
    Vídeo online
  14. 274
    por Wolfson, Mike
    Publicado 2013
    Tabla de Contenidos: “…Getting started -- Essential tools -- Configuring devices and emulators -- Using devices and emulators -- Developing with Eclipse -- Developing with Android Studio -- Testing your code -- Simulating events -- Build tools -- Monitoring system resources -- Working with the user interface -- Using the graphical editor -- Optimizing the user interface…”
    Libro electrónico
  15. 275
    por Jackson, Wallace
    Publicado 2012
    Tabla de Contenidos: “…Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Preliminary Information: Before We Get Started; Some History: What Is Android?; Advantage Android: How Can Android Benefit Me?…”
    Libro electrónico
  16. 276
    por Rollins, Mark. author
    Publicado 2013
    Tabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Authors""; ""About the Technical Reviewers""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: The Android Market: A Background""; ""The Smartphone Revolution""; ""The Beginning of Android""; ""Why Android?""…”
    Libro electrónico
  17. 277
    por Jackson, Wallace
    Publicado 2013
    Tabla de Contenidos: “…Building an Android IDE for version 4.2 : acquiring, installing, and configuring an Android development environment -- Exploring Android app development : the lingo of Android and building your first hello world app! …”
    Libro electrónico
  18. 278
    por Sood, Raghav
    Publicado 2012
    Tabla de Contenidos: “…Displaying the Sensors' DataUpdated onCreate; Updated AndroidManifest.xml; Testing the App; Markers; Activity.java; CustomObject Overlays; Custom Renderer; AndroidManifest; Summary; Chapter 4 Artificial Horizons; A Non-AR Demo App; The XML; The Java; The Android Manifest; Testing the Completed App; An AR Demo App; Setting Up the Project; Updating the XML; Updating AndroidManifest.xml to Access the GPS; Updating strings.xml to Display the Altitude; Updating colours.xml to Provide a Two Color Display; Updating main.xml to a RelativeLayout; Updating the Java Files…”
    Libro electrónico
  19. 279
    por Jackson, Wallace. author
    Publicado 2014
    Tabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Setting Up Your Android App Development System""; ""The History of the Android OS: Impressive Growth""; ""Advantage Android: How Can Android Benefit Me?""…”
    Libro electrónico
  20. 280
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Building Your App -- Chapter 1: Get Started with Kotlin Android Development -- Technical requirements -- Introduction to Kotlin -- Kotlin syntax, types, functions and classes -- Creating a Kotlin project -- Creating functions -- Creating classes -- Migrating from Java to Kotlin -- Kotlin features for Android developers -- Summary -- Chapter 2: Creating Your First Android App -- Technical requirements -- Android Studio overview -- Creating your Android app -- Exploring the new project -- Android Studio tips and tricks -- Some useful shortcuts -- Summary -- Chapter 3: Jetpack Compose Layout Basics -- Technical requirements -- Introduction to Jetpack Compose -- Declarative versus imperative UIs -- Composable functions -- Previews -- Modifiers -- Jetpack Compose layouts -- Column -- Row -- Box -- Lists -- Summary -- Chapter 4: Design with Material Design 3 -- Technical requirements -- Material Design 3 and its features -- Material components -- Using Material Design in our apps -- Adding Material Design 3 color schemes -- Designing UIs for large screens and foldables -- Using WindowSizeClass -- Making our app accessible -- Summary -- Part 2: Using Advanced Features -- Chapter 5: Architect Your App -- Technical Requirements -- Introduction to app architecture -- Deep Diving into MVVM -- How LazyColumn works -- Benefits of LazyColumn -- Creating a composable -- Jetpack libraries -- Dependency injection -- Migrating to Kotlin Gradle DSL and using version catalogs -- Migrating our app to Kotlin Gradle DSL -- Using a versions catalog -- Summary -- Chapter 6: Network Calls with Kotlin Coroutines -- Technical requirements -- Setting up Retrofit -- Introduction to Kotlin coroutines -- Coroutine basics…”
    Libro electrónico