Skip to main content
ChecoX
  • Inicio

Author: steven.checo.19

Refit with .NET MAUI – Prism

July 7, 2022July 7, 2022 steven.checo.19 3 Comments

In this article, I will show one of the most common things you will need to know when you are creating an application, how to consume API endpoints in .NET MAUI using Refit, this tutorial has been created using a Prism Template, see how in the following link. After you create your project, the firs […]

Read More

Finally, Prism.MAUI is here! – How to install it

June 5, 2022June 6, 2022 steven.checo.19 7 Comments

If you are a Xamarin developer like me and you also heard a lot about the new mobile environment from Microsoft (.Net MAUI), you will like this post. Many mobile programmers who use Xamarin Forms to create applications, could use a Framework called Prism, a framework to create more maintainable applications using different design patterns […]

Read More

Using Startup class in .Net 6

May 31, 2022May 31, 2022 steven.checo.19 Leave a comment

One of the most important changes that we saw in the last version of .net templates for .NET 6 is that we don’t have a Startup Class anymore, everything that you’ll see is just the class Program. The project will look like this (ASP.Net Web Applications MVC). And the Program class will have this code. […]

Read More

CollectionView Masonry Style Xamarin Forms (Android)

February 22, 2021February 22, 2021 steven.checo.19 Leave a comment

En mas de una ocasión hemos visto este estilo para algunos Menu, en aplicaciones (tipo Pinterest) o el Menu de Opciones de Facebook, este caso vamos a crear este mismo estilo para una aplicación en Xamarin Form para nuestro Android Project. Vamos a crear nuestro proyecto (Actualmente estoy utilizando la extensión de Prism para general […]

Read More

Consumiendo Web API con Flurl

February 20, 2021February 20, 2021 steven.checo.19 2 Comments

Es muy común que a la hora de crear aplicaciones móviles nos llegue la idea de poder conectarnos a alguna data proveniente de alguna base de datos u otra fuente especifica, este tipo de interacciones se hacen por medio de algún servicio web, para saber como podemos consumir un servicio web, en este tutorial vamos […]

Read More

Reproducir Videos de YouTube con Octane Video: Usando MVVM

July 24, 2020July 24, 2020 steven.checo.19 1 Comment

Hace unos días me había surgido la idea de implementar videos de YouTube en Xamarin, alguien me hablo de esta librería Octane Xam Video, la misma tiene una buena documentación, pero, a la hora de implementar videos de YouTube, tiene algunos problemas, en este post, les enseñare mi solución y la forma de como implementarlo […]

Read More

Xamarin Form Prism (Sin Extension Template)

June 29, 2020June 29, 2020 steven.checo.19 Leave a comment

Este post vamos a crear un proyecto de Xamarin Form e implementaremos el Framework Prism sin necesidad de hacer uso del Extension Template que nos suministra la documentación oficial. Que es Prism?Prism es un framework para construir aplicaciones XAML libremente acopladas, mantenibles y comprobables en WPF y Xamarin Forms. Hay versiones separadas disponibles para cada […]

Read More

Tutorial de como consumir un Web Api REST desde jQuery

May 7, 2020June 29, 2020 steven.checo.19 2 Comments

Aquí aprenderás a como consumir un web Api REST utilizando Ajax desde jQuery, este tipo de consultas nos facilita bastante a la hora de consumir este tipo de servicios ya que nos permite hacer una consulta de manera asíncrona y sin la necesidad de tener que refrescar toda nuestra web para poder actualizar nuestro contenido. […]

Read More

Acerca de mi:

Recent Posts

  • Refit with .NET MAUI – Prism
  • Finally, Prism.MAUI is here! – How to install it
  • Using Startup class in .Net 6
  • CollectionView Masonry Style Xamarin Forms (Android)
  • Consumiendo Web API con Flurl

Recent Comments

  • steven.checo.19 on Finally, Prism.MAUI is here! – How to install it
  • Alejandro on Finally, Prism.MAUI is here! – How to install it
  • Ahsanul Shah on Finally, Prism.MAUI is here! – How to install it
  • KSK on Finally, Prism.MAUI is here! – How to install it
  • steven.checo.19 on Finally, Prism.MAUI is here! – How to install it

Archives

  • July 2022
  • June 2022
  • May 2022
  • February 2021
  • July 2020
  • June 2020
  • May 2020

Categories

  • Uncategorized