Mostrando 1,041 - 1,060 Resultados de 1,525 Para Buscar '"Android"', tiempo de consulta: 0.09s Limitar resultados
  1. 1041
    Publicado 2013
    “…Steve Weisman reveals the threats of new identity theft attacks based on use of Facebook, iPad, iPhone, Android, cloud apps, iPod, and other new technologies -- and shows you how to protect yourself, or how to fix the damage if you've already been attacked! …”
    Libro electrónico
  2. 1042
    Publicado 2020
    “…--Deploy and manage computers running Windows 10/8/7, macOS, Linux, iOS, and Android --Master and practice the six-step A+ troubleshooting process --Understand, install, configure, and troubleshoot motherboards, CPUs, and memory --Test and troubleshoot power-related problems --Use all forms of storage, including SSDs, optical devices, and RAID systems --Work effectively with mobile devices, including laptops, tablets, and smartphones --Configure Windows components and applications, use Windows administrative tools, and optimize Windows systems --Repair damaged Windows environments and troubleshoot Windows issues --Install and manage printers and other peripherals --Understand and work with networks, network hardware, wireless protocols, and cloud technologies --Install and configure SOHO wired/wireless networks, and troubleshoot connectivity --Secure desktops and mobile devices, implement authentication methods, prevent malware attacks, and protect data EXCLUSIVE STATE-OF-THE-ART WEB-BASED TEST ENGINE WITH 320 PRACTICE QUESTIONS! …”
    Libro electrónico
  3. 1043
    Publicado 2016
    “…The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. …”
    Libro electrónico
  4. 1044
    por Espino Narváez, Cinta
    Publicado 2012
    Tabla de Contenidos: “….); VI El sistema operativo Android en la radio universitaria (...); VII Redes sociales e interactividad en la programación (...); VIII Uso del software libre en la radio universitaria (...)…”
    Libro electrónico
  5. 1045
    Publicado 2018
    Tabla de Contenidos: “…Model-Based Software Development -- A Formal Framework for Incremental Model Slicing -- Multiple Model Synchronization with Multiary Delta Lenses -- Controlling the Attack Surface of Object-Oriented Refactorings -- Efficient Analysis of Attack Trees: a Model-Driven Approach -- Distributed Program and System Analysis -- ROLA: A New Distributed Transaction Protocol and Its Formal Analysis -- A Process Network Model for Reactive Streaming Software with Deterministic Task Parallelism -- Distributed Graph Queries for Runtime Monitoring of Cyber-Physical Systems -- EventHandler-based Analysis Framework for Web Apps using Dynamically Collected States -- Software Design and Verification -- Hierarchical Specification and Verification of Architectural Design Patterns -- Supporting Verification-Driven Incremental Distributed Design of Components -- Summarizing Software API Usage Examples using Clustering Techniques -- Fast Computation of Arbitrary Control Dependencies -- Specification and Program Testing -- Iterative Generation of Diverse Models for Testing Specifications of SL Tools -- Optimising Spectrum Based Fault Localisation for Single Fault Programs using Specifications -- TCM: Test Case Mutation to Improve Crash Detection in Android -- CRETE: A Versatile Binary-Level Concolic Testing Framework -- Family-Based Software Development -- Abstract Family-based Model Checking using Modal Featured Transition Systems: Preservation of CTL* -- FPH: Efficient Non-Commutativity Analysis of Feature-Based Systems -- Taming Multi-Variability of Software Product Line Transformations…”
    Libro electrónico
  6. 1046
    Publicado 2022
    Tabla de Contenidos: “…Part 1: Setting up Chapter 1: Automation Framework Overview Chapter 2: Creating the Wireframes with Spring-Boot Chapter 3: Configuring Gradle Chapter 4: Creating the Properties Files Chapter 5: Creating Android, iOS and Web Drivers On Demand Chapter 6: Enhancing Framework Common Mobile Actions Part 2: Build on the Framework Chapter 7: Creating Page Objects Chapter 8: Writing Your First Test Suite Chapter 9: Importing Test Data From Excel, XML or Other Formats Chapter 10: Adding BDD Capabilities with Cucumber Chapter 11: Adding Allure Reporting for TDD a nd BDDChapter 12: Making Extent Report Better and Workable wit h JUnitChapter 13: Creating a PDF Report with Scre enshotsChapter 14: Enhancing Framework Screenshots Chapter 15: Testing Multiple Apps and Versions in Same Test Suite Chapter 16: Running Scripts or Batch Files From Test Suite Part 3: Advanced Topics Chapter 17: API Testing Chapter 18: Advanced Topic I Adding Device Management Functions Chapter 19: Advanced Topic 2 Integrating with HP ALM Chapter 20: Advanced Topic 3 Adding Localization Testing Capabilities Chapter 21: Advanced Topic 4 Implementing Parallel Test Execution Chapter 22: Other Utilities Appendix A Appendix B…”
    Libro electrónico
  7. 1047
    Publicado 2024
    Tabla de Contenidos: “…Malware analysis techniques in Android-based Smartphones Applications. Cyber Threat Detection and Mitigation Using Artificial Intelligence - A Cyber-physical Perspective. …”
    Libro electrónico
  8. 1048
    Publicado 2017
    Tabla de Contenidos: “…Other components and peripherals -- Memory -- Timers and watchdogs -- Communication interfaces: I2C, UART, and SPI -- Debug -- References -- 5 Power management -- Introduction -- ACPI Power States -- ACPI Global Power States -- ACPI Sleep States -- ACPI Device Power States -- Power Management in Sensors, Smartphones, and Tablets -- Android Wakelock Architecture -- Windows Connected Standby -- Benefits and value -- What does connected standby do? …”
    Libro electrónico
  9. 1049
    Publicado 2015
    Tabla de Contenidos: “…Going Mobile: Developing for Gear VR; The Gear VR User Interface and Oculus Home; Using the Oculus Mobile SDK; Setting Up the Android SDK; Generating an Oculus Signature File; Setting Up Your Device for USB Debugging; Developing for Gear VR Using Unity3D; Setting Up Your Unity3D Environment; A Simple Unity3D Sample; Handling Touchpad Events; Deploying Applications for Gear VR; Chapter Summary; Chapter 5. …”
    Libro electrónico
  10. 1050
    por Fleischauer, Michael
    Publicado 2013
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Introduction; Accessing the PlayStation Mobile portal; Installing the PlayStation Mobile SDK; Creating a simple game loop; Loading, displaying, and translating a textured image; ""Hello World"" drawing text on an image; Deploying to PlayStation certified Android devices; Deploying to a PlayStation Vita; Manipulating an image dynamically; Working with the filesystem; Handling system events; Chapter 2: Controlling Your PlayStation Mobile Device…”
    Libro electrónico
  11. 1051
    Publicado 2018
    Tabla de Contenidos: “…-- Processes, threads, and coroutines -- Processes -- Threads -- Coroutines -- Putting things together -- Introduction to concurrency -- Concurrency is not parallelism -- CPU-bound and I/O-bound -- CPU-bound -- I/O-bound -- Concurrency versus parallelism in CPU-bound algorithms -- Single-core execution -- Parallel execution -- Concurrency versus parallelism in I/O-bound algorithms -- Why concurrency is often feared -- Race conditions -- Atomicity violation -- Deadlocks -- Livelocks -- Concurrency in Kotlin -- Non-blocking -- Being explicit -- Readable -- Leveraged -- Flexible -- Concepts and terminology -- Suspending computations -- Suspending functions -- Suspending lambdas -- Coroutine dispatcher -- Coroutine builders -- Summary -- Chapter 2: Coroutines in Action -- Downloading and installing Android Studio -- Creating a Kotlin project -- Adding support for coroutines -- Android's UI thread -- CalledFromWrongThreadException -- NetworkOnMainThreadException -- Requesting in the background, updating in the UI thread -- Creating a thread -- CoroutineDispatcher -- Attaching a coroutine to a dispatcher -- Starting a coroutine with async -- Starting a coroutine with launch -- Using a specific dispatcher when starting the coroutine -- Adding networking permissions -- Creating a coroutine to call a service -- Adding UI elements -- What happens when the UI is blocked -- Displaying the amount of news that were processed -- Using a UI dispatcher -- Platform-specific UI libraries -- Adding the dependency -- Using Android's UI coroutine dispatcher -- Creating an asynchronous function to hold the request... or not -- A synchronous function wrapped in an asynchronous caller…”
    Libro electrónico
  12. 1052
    Publicado 2020
    Tabla de Contenidos: “…-- 11- HACKEANDO ENTORNOS MÓVILES -- CARACTERÍSTICAS DE LOS ENTORNOS MÓVILES -- SEGURIDAD EN ANDROID -- ARQUITECTURA DEL SISTEMA OPERATIVO ANDROID -- ARQUITECTURA DE SEGURIDAD EN ANDROID -- SEGURIDAD EN IOS -- ARQUITECTURA DEL SISTEMA OPERATIVO IOS -- ARQUITECTURA DE SEGURIDAD EN IOS…”
    Libro electrónico
  13. 1053
    Publicado 2017
    Tabla de Contenidos: “…-- List of Figures xi -- List of Tables xvii -- Foreword xix -- Preface xxi -- Acknowledgments xxiii -- List of Abbreviations xxv -- About the CompanionWebsite xxvii -- 1 Introduction 1 -- 1.1 The Rise of Cyber-Physical Systems 1 -- 1.2 Humans as Elements of Cyber-Physical Systems 4 -- 1.3 Objectives and Structure 7 -- Part I Evolution and Theory 9 -- 2 Evolution of HiTL Technologies 11 -- 2.1 "Things", Sensors, and the RealWorld 11 -- 2.2 Human Sensing and Virtual Communities 17 -- 2.3 In Summary... 23 -- 3 TheoryofHiTLCPSs 25 -- 3.1 Taxonomies for HiTLCPSs 25 -- 3.2 Data Acquisition 28 -- 3.2.1 Humans as Sets of Sensors 28 -- 3.2.2 Humans as Communication Nodes 29 -- 3.3 State Inference 30 -- 3.3.1 Human Nature 30 -- 3.3.2 Humans as Processing Nodes 31 -- 3.4 Actuation 31 -- 3.4.1 Humans and Robots as Actuators 31 -- 3.5 In Summary... 32 -- 4 HITL Technologies and Applications 35 -- 4.1 Technologies for Supporting HiTLCPS 35 -- 4.1.1 Data Acquisition 35 -- 4.1.2 State Inference 39 -- 4.1.3 Actuation 42 -- 4.2 Experimental Projects 45 -- 4.2.1 HiTL in Industry and at Home 46 -- 4.2.2 HiTL in Healthcare 48 -- 4.2.3 HiTL in Smartphones and Social Networking 51 -- 4.3 In Summary... 56 -- Part II Human-in-the-Loop: Hands-On 57 -- 5 ASampleApp 59 -- 5.1 A Sample Behavior Change Intervention App 59 -- 5.2 The Sample App's Base Architecture 60 -- 5.2.1 The Android App 60 -- 5.2.2 The Server 65 -- 5.3 Enhancing the Sample App with HiTL Emotion-awareness 66 -- 5.3.1 Choosing a Machine Learning Technique 67 -- 5.3.2 Implementing Emotion-awareness 68 -- 5.4 In Summary... 71 -- 6 Setting up the Development Environment 73 -- 6.1 Installing Android Studio 73 -- 6.2 Cloning the Android Project 77 -- 6.3 Deploying the Server 85 -- 6.3.1 Installing the Software and Cloning the Server's Project 85 -- 6.3.2 Obtaining a Foursquare(R)'s Client ID and Client Secret 88 -- 6.3.3 Setting up the Database 91 -- 6.3.4 Deploying the Server on Tomcat 7 95 -- 6.4 Testing the Sample App 99 -- 6.5 In Summary... 101.…”
    Libro electrónico
  14. 1054
    Publicado 2014
    “…Mealbook es una aplicación móvil Android nacida en la convocatoria 2012 / 2013 del Club Universitario de Innovación, que aprovecha las potencialidades de la tecnología actual para actualizar el modelo clásico de autorregistro, herramienta necesaria en los procesos de evaluación e intervención psicológica de los trastornos de la conducta alimentaria. …”
    Acceso abierto a la ficha desde Summa
    Libro electrónico
  15. 1055
  16. 1056
  17. 1057
  18. 1058
    por Valcárcel López, Manuel
    Publicado 2017
    “…Presentación del proyecto BookedApp, una aplicación para dispositivos Android que permite reservar tanto aulas de grupos como sitios de ordenadores en la biblioteca Champagnat de la Universidad Pontificia de Salamanca, así como ver la ocupación de estas salas en tiempo real y gestionar su afluencia. …”
    Acceso desde Summa al vídeo
    Acceso desde Summa a la ficha
    Video
  19. 1059
    Publicado 2020
    “…The newer 7th edition of this book is available that covers .NET 7 (end-of-life May 2024) or .NET 6 (end-of-life November 2024), with C# 11 and EF Core 7.Key Features* Explore the newest additions to C# 9, the .NET 5 class library, Entity Framework Core and Blazor* Strengthen your command of ASP.NET Core 5.0 and create professional websites and services* Build cross-platform apps for Windows, macOS, Linux, iOS, and AndroidBook DescriptionIn C# 9 and .NET 5 - Modern Cross-Platform Development, Fifth Edition, expert teacher Mark J. …”
    Libro electrónico
  20. 1060
    Publicado 2015
    “…The T6s/T6i/760D/750D are the first Rebels to include built-in Wi-Fi and NFC connectivity to link your camera to a computer and iOS or Android smart devices. With this book in hand, you can explore the world of digital photography, boost your creativity, and take great photographs with your Rebel T6s or T6i. …”
    Libro electrónico