SlideShare a Scribd company logo
Mejorando el UX de nuestras
aplicaciones móviles en
Xamarin Forms
Charlin Agramonte &
Rendy Del Rosario
Rendy Del Rosario
charlin@crossgeeks.com
@chard003
xamgirl.com
rendy@crossgeeks.com
@rdelrosario
xamboy.com
Charlin Agramonte
“User experience (UX) design is the process design teams use to create
products that provide meaningful and relevant experiences to users”.
Splash/
Onboarding
Login/Registro/
Formularios
Tarjeta de
credito
Profile/
Contacto
Loading
General
Conexión a
internet
Splash/Onboarding
C#
Provee un Splash Screen
https://docs.microsoft.com/en-us/
xamarin/xamarin-forms/user-interface/
splashscreen
https://mallibone.com/post/lets-improve-
that-xamarin-forms-startup-experience
C#
Provee un Splash Screen
https://mallibone.com/post/lets-improve-that-xamarin-forms-startup-
experience
C#
Provee OnBoarding
https://www.thewissen.io/
simple-good-looking-app-
tutorial/
http://makanda.io/how-to-create-
an-onboarding-ui-with-xamarin-
forms/
https://github.com/
felipebaltazar/Xam-
ConcentricOnboarding
Login/Registro/
Formularios
C#
Provee feedback instanteno
https://xamgirl.com/validation-snippets-in-xamarin-forms/
C#
Utiliza Behaviors + Mask
https://docs.microsoft.com/en-us/xamarin/community-toolkit/behaviors/emailvalidationbehavior
C#
Provee contexto a las entradas de texto
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/material-visual
C#
Evita superponer el teclado en los entries
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/scrollview
C#
Provee el teclado correcto
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry
C#
Proveer el teclado numérico correcto
https://www.thewissen.io/how-to-provide-negative-numeric-input-on-
xamarin-forms-ios/
C#
Requiere la información correcta en los DatePickers
https://benetskyybogdan.medium.com/xamarin-forms-month-and-year-
picker-105550772222
C#
Divide las opciones
https://xamgirl.com/step-bar-in-
xamarin-forms/
https://help.syncfusion.com/
xamarin/stepprogressbar/
C#
Provee ayuda
https://www.xamboy.com/2019/03/01/showing-tooltips-in-xamarin-forms/
C#
Ocultar/mostrar contraseña
https://xamgirl.com/show-hide-password-using-eventtrigger-in-xamarin-forms/
C#
No todo es un Picker
https://docs.microsoft.com/en-us/
xamarin/xamarin-forms/user-interface/
pop-ups
https://docs.microsoft.com/en-
us/xamarin/xamarin-forms/user-
interface/radiobutton
https://www.sharpnado.com/
sharpnado-tabs-2-0/
C#
OTP Auto-Fill
https://blog.verslu.is/xamarin/xamarin-forms-xamarin/otp-auto-fill-entry-for-ios-with-xamarin-forms/
C#
Auto-Login
https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage
Pantalla de Contacto/
User Profile
C#
Llamar/email/dirección
https://docs.microsoft.com/en-us/xamarin/essentials/
C#
Compartir contacto
https://xamgirl.com/contact-sharing-in-xamarin-forms/
Tarjetas de credito
C#
Provee un UI intuitivo
https://xamgirl.com/credit-card-payment-ui-in-xamarin-forms/
C#
Provee opción de escanear tarjeta
https://www.xamboy.com/2020/08/31/xamarin-card-scan-plugin/
C#
Protege la data sensible
https://xamvalentine.com/2020/05/14/blocking-the-multitasking-view-in-xamarin-forms/
Loading
C#
Activy Indicator por defecto
C#
Syncfusion SfBusyIndicator
https://help.syncfusion.com/xamarin/busy-indicator/overview
C#
Lottie
https://xamgirl.com/lottie-animations-step-by-step-in-xamarin-forms/
C#
Acr. UserDialogs
https://github.com/aritchie/userdialogs
C#
Rg.Plugins.PopUp
https://www.damirscorner.com/blog/posts/20201106-BusyOverlayInXamarinForms.html
C#
StateLayout
https://docs.microsoft.com/en-us/xamarin/community-toolkit/views/statelayout
C#
Upload on background
https://github.com/EgorBo/Toasts.Forms.Plugin
Conexión a internet
C#
Manejo de conexión a internet
https://xamgirl.com/handling-connection-changes-in-xamarin-forms/
C#
UI de manejo conexión a internet
https://xamgirl.com/handling-connection-changes-in-xamarin-forms/
C#
Cache de datos
O
https://xamgirl.com/improving-the-ux-of-a-xamarin-forms-application-by-caching-data/
C#
Cache Images
https://montemagno.com/xamarinforms-image-caching-in-xaml/
https://github.com/luberda-
molinet/FFImageLoading
https://github.com/
beraybentesen/glide-
xamarin-android
General
C#
Alertas
https://askxammy.com/how-to-work-with-advanced-pop-ups-in-xamarin-forms/
45
C#
Empty States
Ejemplos en: https://emptystat.es
C#
Manejo de permisos
Más info: https://xamgirl.com/improving-ux-when-requesting-runtime-permissions/
C#
Navegar a una página web
https://docs.microsoft.com/en-us/xamarin/essentials/open-browser
C#
RelativeTime
O
C#
UtilizaTouchID/FaceID
https://www.nuget.org/packages/Plugin.Fingerprint/
C#
App Actions
https://docs.microsoft.com/en-us/xamarin/essentials/app-actions
C#
Link Preview
https://xamvalentine.com/2020/05/07/links-preview-control-for-xamarin-forms/
C#
Gestures
https://xamgirl.com/plug-and-play-animations-in-xamarin-forms/
C#
Gestures ++
https://docs.microsoft.com/en-us/xamarin/essentials/vibrate
C#
App links
https://www.xamboy.com/2019/01/08/applinks-in-xamarin-forms/
C#
Animaciones
PageTransitions
Javier Suarez
Plug and play animations
XamGirl
SharedTransitions
Giampolo Gabba
C#
Manejo multi idioma
C#
Dark mode
https://www.thewissen.io/going-dark-easily-implementing-dark-mode-in-your-xamarin-forms-app/
C#
App Review
https://montemagno.com/asking-for-app-reviews-really-works/
C#
Haz tu UI adaptativo
https://devblogs.microsoft.com/xamarin/styling-for-multiple-device-resolutions/
¿Dónde aprender más
sobre UX?
C#
Xamarin Forms Good Looking UI
https://github.com/jsuarezruiz/xamarin-forms-goodlooking-UI
C#
Twitch: Kym Phillpotts
https://kymphillpotts.com/uichallenges
C#
Snppts
C#
Websites para aprender
C#
Explora UI Kits
https://xamgirl.com/exploring-the-syncfusion-essential-ui-kit/
C#
Descarga apps
Preguntas
charlin@crossgeeks.com
@chard003
xamgirl.com
rendy@crossgeeks.com
@rdelrosario
xamboy.com
Gracias!!!

More Related Content

What's hot

BDD Anti-patterns
BDD Anti-patternsBDD Anti-patterns
BDD Anti-patterns
John Ferguson Smart Limited
 
Gitlab, GitOps & ArgoCD
Gitlab, GitOps & ArgoCDGitlab, GitOps & ArgoCD
Gitlab, GitOps & ArgoCD
Haggai Philip Zagury
 
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Amazon Web Services
 
Embracing Failure - Fault Injection and Service Resilience at Netflix
Embracing Failure - Fault Injection and Service Resilience at NetflixEmbracing Failure - Fault Injection and Service Resilience at Netflix
Embracing Failure - Fault Injection and Service Resilience at Netflix
Josh Evans
 
BDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and SerenityBDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and Serenity
John Ferguson Smart Limited
 
DCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker ContainersDCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker Containers
Docker, Inc.
 
BDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world applicationBDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world application
John Ferguson Smart Limited
 
Quarkus k8s
Quarkus   k8sQuarkus   k8s
O Product Owner e o Scrum
O Product Owner e o ScrumO Product Owner e o Scrum
O Product Owner e o Scrum
Vitor Massari
 
Red Hat Java Update and Quarkus Introduction
Red Hat Java Update and Quarkus IntroductionRed Hat Java Update and Quarkus Introduction
Red Hat Java Update and Quarkus Introduction
John Archer
 
Sprint 0 projects
Sprint 0 projectsSprint 0 projects
Sprint 0 projects
Mark Reynolds
 
Introduction to Bdd and cucumber
Introduction to Bdd and cucumberIntroduction to Bdd and cucumber
Introduction to Bdd and cucumber
Nibu Baby
 
CI/CD Tools Universe: The Ultimate List
CI/CD Tools Universe: The Ultimate ListCI/CD Tools Universe: The Ultimate List
CI/CD Tools Universe: The Ultimate List
Plutora
 
BDD WITH CUCUMBER AND JAVA
BDD WITH CUCUMBER AND JAVABDD WITH CUCUMBER AND JAVA
BDD WITH CUCUMBER AND JAVA
Srinivas Katakam
 
Low Code Integration with Apache Camel.pdf
Low Code Integration with Apache Camel.pdfLow Code Integration with Apache Camel.pdf
Low Code Integration with Apache Camel.pdf
Claus Ibsen
 
Continuous integration using Jenkins and Sonar
Continuous integration using Jenkins and SonarContinuous integration using Jenkins and Sonar
Continuous integration using Jenkins and Sonar
Pascal Larocque
 
Anatomy of a Continuous Integration and Delivery (CICD) Pipeline
Anatomy of a Continuous Integration and Delivery (CICD) PipelineAnatomy of a Continuous Integration and Delivery (CICD) Pipeline
Anatomy of a Continuous Integration and Delivery (CICD) Pipeline
Robert McDermott
 
Bdd Introduction
Bdd IntroductionBdd Introduction
Bdd Introduction
Skills Matter
 
Quarkus tips, tricks, and techniques
Quarkus tips, tricks, and techniquesQuarkus tips, tricks, and techniques
Quarkus tips, tricks, and techniques
Red Hat Developers
 
Introduction to K6
Introduction to K6Introduction to K6
Introduction to K6
Knoldus Inc.
 

What's hot (20)

BDD Anti-patterns
BDD Anti-patternsBDD Anti-patterns
BDD Anti-patterns
 
Gitlab, GitOps & ArgoCD
Gitlab, GitOps & ArgoCDGitlab, GitOps & ArgoCD
Gitlab, GitOps & ArgoCD
 
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
 
Embracing Failure - Fault Injection and Service Resilience at Netflix
Embracing Failure - Fault Injection and Service Resilience at NetflixEmbracing Failure - Fault Injection and Service Resilience at Netflix
Embracing Failure - Fault Injection and Service Resilience at Netflix
 
BDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and SerenityBDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and Serenity
 
DCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker ContainersDCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker Containers
 
BDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world applicationBDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world application
 
Quarkus k8s
Quarkus   k8sQuarkus   k8s
Quarkus k8s
 
O Product Owner e o Scrum
O Product Owner e o ScrumO Product Owner e o Scrum
O Product Owner e o Scrum
 
Red Hat Java Update and Quarkus Introduction
Red Hat Java Update and Quarkus IntroductionRed Hat Java Update and Quarkus Introduction
Red Hat Java Update and Quarkus Introduction
 
Sprint 0 projects
Sprint 0 projectsSprint 0 projects
Sprint 0 projects
 
Introduction to Bdd and cucumber
Introduction to Bdd and cucumberIntroduction to Bdd and cucumber
Introduction to Bdd and cucumber
 
CI/CD Tools Universe: The Ultimate List
CI/CD Tools Universe: The Ultimate ListCI/CD Tools Universe: The Ultimate List
CI/CD Tools Universe: The Ultimate List
 
BDD WITH CUCUMBER AND JAVA
BDD WITH CUCUMBER AND JAVABDD WITH CUCUMBER AND JAVA
BDD WITH CUCUMBER AND JAVA
 
Low Code Integration with Apache Camel.pdf
Low Code Integration with Apache Camel.pdfLow Code Integration with Apache Camel.pdf
Low Code Integration with Apache Camel.pdf
 
Continuous integration using Jenkins and Sonar
Continuous integration using Jenkins and SonarContinuous integration using Jenkins and Sonar
Continuous integration using Jenkins and Sonar
 
Anatomy of a Continuous Integration and Delivery (CICD) Pipeline
Anatomy of a Continuous Integration and Delivery (CICD) PipelineAnatomy of a Continuous Integration and Delivery (CICD) Pipeline
Anatomy of a Continuous Integration and Delivery (CICD) Pipeline
 
Bdd Introduction
Bdd IntroductionBdd Introduction
Bdd Introduction
 
Quarkus tips, tricks, and techniques
Quarkus tips, tricks, and techniquesQuarkus tips, tricks, and techniques
Quarkus tips, tricks, and techniques
 
Introduction to K6
Introduction to K6Introduction to K6
Introduction to K6
 

Similar to Mejorando el UX de nuestras aplicaciones móviles en Xamarin Forms

Improving the ux of our xamarin forms apps
Improving the ux of our xamarin forms appsImproving the ux of our xamarin forms apps
Improving the ux of our xamarin forms apps
Charlin Agramonte
 
resume_2016_low_rez
resume_2016_low_rezresume_2016_low_rez
resume_2016_low_rezJames Gray
 
Visual studio 2017 mobile dev
Visual studio 2017 mobile devVisual studio 2017 mobile dev
Visual studio 2017 mobile dev
Tom Walker
 
Going web native - Feb 2018
Going web native - Feb 2018Going web native - Feb 2018
Going web native - Feb 2018
Marcus Hellberg
 
Smart Design
Smart Design Smart Design
Smart Design
Sara Cannon
 
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
UX Riga
 
UX Work Shop
UX Work ShopUX Work Shop
UX Work Shop
Jessi Baker
 
UX/UI portfolio
UX/UI portfolioUX/UI portfolio
UX/UI portfolio
Szymon Węsierski
 
FluidUI UX Design Portfolio
FluidUI UX Design PortfolioFluidUI UX Design Portfolio
FluidUI UX Design Portfolio
FluidUI
 
ShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahul Shaik
 
Going web native
Going web nativeGoing web native
Going web native
Marcus Hellberg
 
Moroney jason cv
Moroney jason cvMoroney jason cv
Moroney jason cv
Jason Moroney
 
Tools for refactoring
Tools for refactoringTools for refactoring
Tools for refactoring
Tushar Sharma
 
Tools for Refactoring
Tools for RefactoringTools for Refactoring
Tools for Refactoring
Ganesh Samarthyam
 
Cv aman gupta-uiux
Cv aman gupta-uiuxCv aman gupta-uiux
Cv aman gupta-uiux
amanprakash120103
 
Product + UX: How to combine strengths to make something truly great!
Product + UX: How to combine strengths to make something truly great!Product + UX: How to combine strengths to make something truly great!
Product + UX: How to combine strengths to make something truly great!
Jeremy Johnson
 
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
Salesforce.org
 

Similar to Mejorando el UX de nuestras aplicaciones móviles en Xamarin Forms (20)

Improving the ux of our xamarin forms apps
Improving the ux of our xamarin forms appsImproving the ux of our xamarin forms apps
Improving the ux of our xamarin forms apps
 
resume_2016_low_rez
resume_2016_low_rezresume_2016_low_rez
resume_2016_low_rez
 
Visual studio 2017 mobile dev
Visual studio 2017 mobile devVisual studio 2017 mobile dev
Visual studio 2017 mobile dev
 
Going web native - Feb 2018
Going web native - Feb 2018Going web native - Feb 2018
Going web native - Feb 2018
 
Smart Design
Smart Design Smart Design
Smart Design
 
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
 
UX Workshop
UX WorkshopUX Workshop
UX Workshop
 
UX Work Shop
UX Work ShopUX Work Shop
UX Work Shop
 
Sachin's_Resume.doc
Sachin's_Resume.docSachin's_Resume.doc
Sachin's_Resume.doc
 
UX/UI portfolio
UX/UI portfolioUX/UI portfolio
UX/UI portfolio
 
FluidUI UX Design Portfolio
FluidUI UX Design PortfolioFluidUI UX Design Portfolio
FluidUI UX Design Portfolio
 
ShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahulShaik_UI Developer
ShahulShaik_UI Developer
 
Going web native
Going web nativeGoing web native
Going web native
 
Moroney jason cv
Moroney jason cvMoroney jason cv
Moroney jason cv
 
Tools for refactoring
Tools for refactoringTools for refactoring
Tools for refactoring
 
Tools for Refactoring
Tools for RefactoringTools for Refactoring
Tools for Refactoring
 
Cv aman gupta-uiux
Cv aman gupta-uiuxCv aman gupta-uiux
Cv aman gupta-uiux
 
Product + UX: How to combine strengths to make something truly great!
Product + UX: How to combine strengths to make something truly great!Product + UX: How to combine strengths to make something truly great!
Product + UX: How to combine strengths to make something truly great!
 
Karan_protfolio
Karan_protfolioKaran_protfolio
Karan_protfolio
 
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
force.com Canvas Overview: Leveraging Legacy Applications to Become a Custome...
 

More from Charlin Agramonte

State machine in .NET
State machine in .NETState machine in .NET
State machine in .NET
Charlin Agramonte
 
Trabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NETTrabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NET
Charlin Agramonte
 
Integrando un rest api con refit
Integrando un rest api con refitIntegrando un rest api con refit
Integrando un rest api con refit
Charlin Agramonte
 
Desenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLIDDesenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLID
Charlin Agramonte
 
Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms
Charlin Agramonte
 
C# Good practices
C# Good practicesC# Good practices
C# Good practices
Charlin Agramonte
 
Starting my blog
Starting my blogStarting my blog
Starting my blog
Charlin Agramonte
 
C# Best Practices
C# Best PracticesC# Best Practices
C# Best Practices
Charlin Agramonte
 
Como prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile DeveloperComo prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile Developer
Charlin Agramonte
 
Desarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin formsDesarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin forms
Charlin Agramonte
 
C#good practices in 10 minutes
C#good practices in 10 minutesC#good practices in 10 minutes
C#good practices in 10 minutes
Charlin Agramonte
 
Xamarin Forms Evolution
Xamarin Forms EvolutionXamarin Forms Evolution
Xamarin Forms Evolution
Charlin Agramonte
 
Why xamarin forms is awesome
Why xamarin forms is awesomeWhy xamarin forms is awesome
Why xamarin forms is awesome
Charlin Agramonte
 
Visual studio 2019 launch
Visual studio 2019 launch Visual studio 2019 launch
Visual studio 2019 launch
Charlin Agramonte
 
Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero
Charlin Agramonte
 
Xamarin forms - overcloud
Xamarin forms - overcloudXamarin forms - overcloud
Xamarin forms - overcloud
Charlin Agramonte
 
Xamarin forms from zero to hero
Xamarin forms from zero to heroXamarin forms from zero to hero
Xamarin forms from zero to hero
Charlin Agramonte
 
Xaml tips and tricks
Xaml tips and tricksXaml tips and tricks
Xaml tips and tricks
Charlin Agramonte
 
Getting started with xamarin forms
Getting started with xamarin formsGetting started with xamarin forms
Getting started with xamarin forms
Charlin Agramonte
 
Xamarin Workshop Noob to Master – Week 6
Xamarin Workshop Noob to Master – Week 6Xamarin Workshop Noob to Master – Week 6
Xamarin Workshop Noob to Master – Week 6
Charlin Agramonte
 

More from Charlin Agramonte (20)

State machine in .NET
State machine in .NETState machine in .NET
State machine in .NET
 
Trabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NETTrabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NET
 
Integrando un rest api con refit
Integrando un rest api con refitIntegrando un rest api con refit
Integrando un rest api con refit
 
Desenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLIDDesenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLID
 
Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms
 
C# Good practices
C# Good practicesC# Good practices
C# Good practices
 
Starting my blog
Starting my blogStarting my blog
Starting my blog
 
C# Best Practices
C# Best PracticesC# Best Practices
C# Best Practices
 
Como prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile DeveloperComo prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile Developer
 
Desarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin formsDesarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin forms
 
C#good practices in 10 minutes
C#good practices in 10 minutesC#good practices in 10 minutes
C#good practices in 10 minutes
 
Xamarin Forms Evolution
Xamarin Forms EvolutionXamarin Forms Evolution
Xamarin Forms Evolution
 
Why xamarin forms is awesome
Why xamarin forms is awesomeWhy xamarin forms is awesome
Why xamarin forms is awesome
 
Visual studio 2019 launch
Visual studio 2019 launch Visual studio 2019 launch
Visual studio 2019 launch
 
Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero
 
Xamarin forms - overcloud
Xamarin forms - overcloudXamarin forms - overcloud
Xamarin forms - overcloud
 
Xamarin forms from zero to hero
Xamarin forms from zero to heroXamarin forms from zero to hero
Xamarin forms from zero to hero
 
Xaml tips and tricks
Xaml tips and tricksXaml tips and tricks
Xaml tips and tricks
 
Getting started with xamarin forms
Getting started with xamarin formsGetting started with xamarin forms
Getting started with xamarin forms
 
Xamarin Workshop Noob to Master – Week 6
Xamarin Workshop Noob to Master – Week 6Xamarin Workshop Noob to Master – Week 6
Xamarin Workshop Noob to Master – Week 6
 

Recently uploaded

Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 

Recently uploaded (20)

Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 

Mejorando el UX de nuestras aplicaciones móviles en Xamarin Forms