Mostrando 41 - 60 Resultados de 72 Para Buscar '"Xamarin"', tiempo de consulta: 0.09s Limitar resultados
  1. 41
    Publicado 2016
    Tabla de Contenidos: “…Day 0: setting up the API -- Mobile web -- iOS -- Android -- Universal Windows platform -- RubyMotion -- Xamarin -- React native -- Wrapping up…”
    Libro electrónico
  2. 42
    por Del Sole, Alessandro. author
    Publicado 2018
    Tabla de Contenidos: “…1: Introducing Microsoft Cognitive Services -- 2: Getting Started with Computer Vision APIs -- 3: Invoking the Computer Vision APIs from C# -- 4: Computer Vision on Mobile Apps with Xamarin -- 5: Computer Vision in Web Apps with ASP.NET MVC Core…”
    Libro electrónico
  3. 43
    por Panhale, Mahesh. author
    Publicado 2016
    Tabla de Contenidos: “…Setup & Deployment -- 12. XAMARIN Vs HMAD! -- 13. Case studies.-…”
    Libro electrónico
  4. 44
    Tabla de Contenidos: “…Data Visualization, Alerts and Notifications Using PowerBI and Xamarin -- Chapter 10. Security and Identity -- Chapter 11. …”
    Libro electrónico
  5. 45
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1: Exploring .NET MAUI -- Chapter 1: Getting Started with .NET MAUI -- Overview of cross-platform and full stack technologies -- Native application -- Web application -- Backend services -- Managing development complexity -- Full stack development -- Cross-platform technologies -- Apache Cordova -- Ionic -- React Native -- Flutter -- .NET MAUI -- Analysis of cross-platform full stack solutions -- Comparison of .NET and JavaScript -- Exploring the .NET landscape -- .NET Framework -- Mono -- .NET Core -- .NET Standard and Portable Class Libraries -- Using Xamarin for cross-platform development -- Xamarin.Forms -- Xamarin.Essentials -- Comparing user interface design on different platforms -- Moving to .NET MAUI -- .NET MAUI Blazor apps -- Developing native apps using .NET -- What's new in .NET 8 for .NET MAUI? …”
    Libro electrónico
  6. 46
    Publicado 2022
    “…It is an evolution of the Xamarin.Forms toolkit and allows us to use one code-base to develop for all platforms. …”
    Video
  7. 47
    Publicado 2018
    Tabla de Contenidos: “…Windows Apps -- Patterns with CAML Apps -- Styling Windows Apps -- Advanced Windows Apps -- Xamarin. Forms…”
    Libro electrónico
  8. 48
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Exploring .NET MAUI -- Chapter 1: Getting Started with .NET MAUI -- An overview of cross-platform technologies -- Native applications -- Web applications -- Backend services -- Cross-platform technologies -- A comparison of .NET, Java, and JavaScript -- Exploring the .NET landscape -- .NET Framework -- Mono -- .NET Core -- .NET Standard and portable class libraries -- Using Xamarin for mobile development -- Xamarin.Forms -- Xamarin.Essentials -- Moving to .NET MAUI -- .NET MAUI Blazor apps -- Choosing XAML versus Razor in .NET MAUI -- Development environment setup -- Installing .NET MAUI on Windows -- Installing .NET MAUI on macOS -- What you will learn in this book -- The app that we will build in this book -- Summary -- Further reading -- Chapter 2: Building Our First .NET MAUI App -- Technical requirements -- Managing the source code in this book -- Setting up a new .NET MAUI project -- Creating a new project using Visual Studio -- Creating a new project using the dotnet command -- App startup and lifecycle -- Lifecycle management -- Configuring the resources -- App icon -- Splash screen -- Setting custom font icons -- Building and debugging -- Windows -- Android -- iOS and macOS -- Scaffolding a Model-View-ViewModel project -- Migrating and reusing a Shell template from Xamarin.Forms -- Visual Studio project template -- Summary -- Chapter 3: User Interface Design with XAML -- Technical requirements -- Creating a XAML page -- XAML syntax -- Element -- Attribute -- XML namespaces and XAML namespaces -- XAML markup extensions -- Master-detail UI design -- Side-by-side -- Stacked -- Controls in .NET MAUI -- Layouts in .NET MAUI -- Navigation in the master-detail UI design -- Supporting multiple languages - localization…”
    Libro electrónico
  9. 49
    Publicado 2018
    Tabla de Contenidos: “…-- Setting up a Dialogflow router -- Setting up a Dialogflow webhook entry point -- Refactoring the BuildGetCookingInstruction function -- Refactoring the GetOffset function -- Deploying and testing Henry's Kitchen -- Summary -- Chapter 9: Building a Voice-Enabled Podcast for the Car -- Learning about Xamarin -- Setting up the development environment -- Creating a new Xamarin project -- Setting up the Xamarin project for Android Auto -- Building Android Auto MyPodCast -- Building MusicService -- Implementing MusicService (Android MediaBrowserService) -- Implementing MusicPlayer -- Building MusicProvider -- Building an Android Media Player UI -- Testing Using Android Phone -- Summary -- Chapter 10: Hosting and Enhancing the Android Auto Podcast -- Enhancing a MusicProvider -- Creating a Node.js backend server -- Creating and adding the podcasts to the Microsoft Azure blob storage -- Refactoring the GetSource() method in MusicProvider -- Testing Android Auto using the Desktop-Header unit -- Testing the Podcast's Application in the Car -- Basic Voice Commands -- Certifying Android Auto -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  10. 50
    Tabla de Contenidos: “…Introduction -- Part I: Getting Started -- Chapter 1: Getting Started with Couchbase Server -- Chapter 2: Designing Document-Oriented Databases with Couchbase -- Part II: Development -- Chapter 3: The Couchbase Client Libraries -- Chapter 4: CRUD and Key-Based Operations -- Chapter 5: Working with Views -- Chapter 6: The N1QL Query Language -- Chapter 7: Advanced Couchbase Techniques -- Chapter 8: ElasticSearch Integration -- Part III: Under the Hood -- Chapter 9: Security -- Chapter 10: Secondary Indexes -- Part IV: Couchbase at Scale -- Chapter 11: Sizing and Deployment Considerations -- Chapter 12: Basic Administration -- Chapter 13: Monitoring and Best Practices -- Chapter 14: Couchbase Server in the Cloud -- Chapter 15: Cross-Datacenter Replication -- Part V: Mobile Development with Couchbase -- Chapter 16: Couchbase Lite on Android -- Chapter 17: Couchbase Lite on iOS -- Chapter 18: Couchbase Lite on Xamarin -- Chapter 19: Synchronizing Data with the Couchbase Sync Gateway -- …”
    Libro electrónico
  11. 51
    Publicado 2018
    “…You'll explore the iOS and Android libraries of Xamarin and we'll guide you through creating a .NET Standard 2.0 library, which you'll use with both Android and iOS applications. …”
    Libro electrónico
  12. 52
    Publicado 2016
    Tabla de Contenidos: “…Creating multiple threads -- Locking one thread until contended resources are available -- Invoking parallel calls to methods using Parallel.Invoke -- Using a parallel foreach loop -- Cancelling a parallel foreach loop -- Catching errors in parallel foreach loops -- Debugging multiple threads -- Chapter 8: Code Contracts -- Introduction -- Downloading, installing, and integrating code contracts into Visual Studio -- Creating code contract preconditions -- Creating code contract postconditions -- Creating code contract invariant -- Creating code contract Assert and Assume methods -- Creating code contract ForAll method -- Creating code contract ValueAtReturn method -- Creating code contract Result method -- Using code contracts on abstract classes -- Using contract abbreviator methods -- Creating tests using IntelliTest -- Using code contracts in extension methods -- Chapter 9: Regular Expressions -- Introduction -- Getting started with regex -- Matching a valid date -- Sanitizing input -- Dynamic regex matching -- Chapter 10: Choosing and Using a Source Control Strategy -- Introduction -- Setting up Visual Studio account management and determining which source control is best for you -- Setting up Visual Studio GitHub integration, checking in code for the first time, and checking in changes -- Working as a team using GitHub, and handling and resolving conflicts in code -- Chapter 11: Creating a Mobile Application in Visual Studio -- Introduction -- Installing Xamarin and other required components -- Creating an Android Visual Studio project using Apache Cordova -- Creating an iOS application using Xamarin Forms -- Chapter 12: Writing Secure Code and Debugging in Visual Studio -- Introduction -- Encrypting and storing passwords correctly -- Using SecureString in code -- Securing sensitive parts of App.config/web.config…”
    Libro electrónico
  13. 53
    Publicado 2022
    “…For the developer who has zero experience building apps with Xamarin, UWP, WinUI, or the Uno Platform, this book deconstructs those complex concepts into tangible building blocks so that productivity gains are immediately recognized. …”
    Libro electrónico
  14. 54
    Publicado 2023
    Tabla de Contenidos: “…Control flows and looping -- if/else -- while and do-while loops -- for loops -- break and continue -- switch -- Hands-on, continued -- Functions and methods -- Function parameters -- Summary -- Questions -- Further reading -- Chapter 3: Flutter versus Other Frameworks -- Native development -- Developer skillset -- Project management -- Defect reports -- Performance -- Platform features -- Hot reload -- User experience -- App size -- New platforms -- Retired platforms -- Development resources -- Overview -- Cross-platform frameworks -- React Native -- Xamarin -- Cordova -- Framework popularity…”
    Libro electrónico
  15. 55
    Tabla de Contenidos: “…Referencing Additional AssembliesViewing Project Properties; A Brief Overview of Express for Web; The Visual Studio Community Edition IDE; The Visual Class Designer; The Visual Studio 2015 Professional IDE; The .NET Framework Documentation System; Building .NET Applications Beyond the Windows OS; The Role of Xamarin Studio ; Summary; Part II: Core C# Programming ; Chapter 3: Core C# Programming Constructs, Part I; The Anatomy of a Simple C# Program; Variations on the Main() Method; Specifying an Application Error Code; Processing Command-Line Arguments…”
    Libro electrónico
  16. 56
    por López Villegas, Óscar
    Publicado 2018
    Tabla de Contenidos: “…Sistema móvil y web para el control y seguimiento prenatal de la mujer nicaragüense -- Internet de las Cosas y Roaming internacional -- Diseño e implementación de un prototipo de medición del nivel de agua mediante un sensor ultrasónico -- Kinder: Aplicación Móvil Android Educativa Para Niños de Preescolar -- Reflexión acerca de la Planificación de la Clase, através del Modelo TPACK -- Acercamiento al uso de Bots como interfaz para Internetde las Cosas -- Aplicación web para la gestión de proyectos -- Susurro Project -- BubbleTestChecker -- Infraestructura de acceso a internet en zonas de escaso despliegue -- Talleres -- Desarrollo de vídeo-juego 3D haciendo uso delibrerías de OpenGL -- Seguridad Informática Práctica -- Implementación de tecnologías para el desarrollo y diseño de aplicaciones empresariales mediante -- Publicación de datos geográficos desde bases dedatos relacionales y no relacionales -- Procedimientos -- Pruebas de Benchmark con Yahoo Cloud Serving -- Taller herramientas en la nube para el desarrollo -- Desarrollando una MEAN APP -- Introducción a Node-RED -- Introducción al uso de herramientas de software libre -- Taller de Actividades STEAM -- Introducción al análisis sintáctico con ANTLR4 -- Machine Learning con Python y Tensorflow -- Fundamentos sobre Seguridad Informática y Hacking -- Implementación conjunta de Arduino y AplicacionesXamarín -- Control de motor paso a paso con arduino -- Realidad Aumentada con Vuforia y Unity -- Internet de las Cosas con Angular -- Datawarehouse para Inteligencia de Negocios -- Computación Visual con Python y OpenCV -- Desarrollo de APIs RESTFful con Spring Boo…”
    Libro electrónico
  17. 57
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 13: Creating a Mobile Application in Visual Studio -- Introduction -- Installing Xamarin and other required components on your Windows PC and Mac -- Getting ready -- How to do it... -- How it works... -- Creating a mobile application using Apache Cordova -- Getting ready -- How to do it... -- How it works... -- Creating an iOS application using Xamarin.Forms and Visual Studio for Mac -- Getting ready -- How to do it... -- How it works... -- Chapter 14: Writing Secure Code and Debugging in Visual Studio -- Introduction -- Encrypting and storing passwords correctly -- Getting ready -- How to do it... -- How it works…”
    Libro electrónico
  18. 58
    Publicado 2018
    “…With the latest release of .NET Core, many more APIs are expected to show up, which will make APIs consistent across .Net Framework, .NET Core, and Xamarin. This step-by-step guide will teach you the essential .NET Core and C# concepts with the help of real-world projects. …”
    Libro electrónico
  19. 59
    “…F# is also a fully supported language in Visual Studio and Xamarin Studio. Other tools supporting F# development include Emacs, MonoDevelop, Atom, Visual Studio Code, Sublime Text, and Vim. …”
    Libro electrónico
  20. 60
    Publicado 2023
    Tabla de Contenidos: “…-- Technical requirements -- .NET MAUI in a nutshell -- Reminiscent of Xamarin.Forms -- Cross-platform UI and more -- How does it work? …”
    Libro electrónico