-
#VS2015 – Enviar tweets desde una app #UWP #Windows10 con #TweetMoaSharp
Hola ! Hace un tiempo escribí un post donde comenté sobre un paquete para trabajar con Twitter desde una Windows 10 Universal App. En ese post comenté también que era una pena que la excelente TweetSharp de Daniel Crenna, no soporte Windows Universal Apps. Ayer actualizando una app con problemas, me encuentro con TweetMoaSharp. Que es… — read more
-
#Xamarin – Let’s build an #Estimote #eBeacon Explorer in ListView mode
Hi! I’ve already wrote some posts on how to work with Xamarin and Estimote beacons. SO today I’ll share a small Xamarin Forms app which displays all the near Estimote Beacons. In the video above, we can see how in the iPhone (left) the app detects beacons and at the same time the app created… — read more
-
#Xamarin – Creando un #Estimote #eBeacon Explorer en modo ListView
Hola! Ahora que ya hemos visto un par de ejemplos de código sobre como detectar Estimote beacons con Xamarin, hoy es momento de compartir un explorador de Beacons creado para Xamarin Forms. En el video anterior es posible ver como en el iPhone (izquierda) la app detecta beacons y al mismo tiempo en la app… — read more
-
[#XAMARIN] Using and detecting #Estimote Virtual #eBeacons
Hello! In my previous post I wrote on how to add some code into a Xamarin Forms Solution so that it detects an Estimote beacon. In the below animation, I use the Estimote app in iOS to emulate a virtual beacon (left), and the Xamarin Android app show information of the detected beacon (right) However, to understand how… — read more
-
[#XAMARIN] Emulando y detectando un #Estimote #Beacon
Hola! En el post anterior mostré como configurar una solución de Xamarin Forms para que detecte un beacon Estimote. En la siguiente imagen, utilizo la app de Estimote para emular un beacon (izq), y en la app de Xamarin en Android muestro la información del beacon detectado (derecha) Ahora bien, para entender como funciona la… — read more
-
[#VS2015] x:Bind, better performance and typed bindings in #Windows10 apps
Hello! If you work with XAML for sure you know the label x:Binding, we usually use it to associate code behind properties with XAML views. With the arrival of Windows Universal Apps for Windows 10 to have an evolution of that tag x:Bind. The way to use it is very similar. This is the Binding that we… — read more
-
[#VS2015] x:Bind, bindados tipados y con mejor performance para apps #Windows10
Hola! Si trabajas con XAML seguramente conoces la etiqueta x:Binding, que usualmente utilizamos cuando asociamos propiedades de con vistas. Con la llegada de las Windows Universal Apps para Windows 10 tenemos una evolución de esa etiqueta x:Bind. La utilización es muy similar. Este es el Binding que ya conocemos desde WPF y ahora también podemos… — read more
-
#VS2015 – #FateDetection and Merry Christmas #Coding4Fun
Hi! Although Christmas is gone, my children still love to play with their Santa hats. Half of them have already have been given, but I get out my dev superpowers and with 4 lines of code I add some VIRTUAL HATS in the face detection app !!! Like always the source is on GitHub and a… — read more
-
#VS2015 – Detección de rostros en Navidad #FateDetection #Coding4Fun
Hola! Si bien ya han pasado las navidades, mis niños siguen queriendo jugar con sus gorros de Papa Noel. Como la mitad ya han sido regalados, con 4 líneas en la app que detecta rostros, pues podemos tener GORROS VIRTUALES !!! Como siempre el código fuente en GitHub y un par de detalles a tener en… — read more
-
#VS2015 – Windows Universal App de ejemplo con la API nativa para #FaceDetection en #Windows10
Hola ! En el post de ayer comentaba sobre las nuevas APIs para realizar detección de rostros que se incorporan en Windows 10. En la app de ejemplo que he compartido en GitHub, es posible ver como se analiza en tiempo real el feed de una WebCam y se muestran los rostros detectados. Un par… — read more
-
#VS2015 – #Windows10 native API for #FaceDetection
Hi ! Among the new APIs that brings Windows 10 to work with images we found one quite interesting: Windows.Media.FaceAnalysis. The name already tells us the functionality of this API: face detection. Using this library, we have several ways of working with it. For example, in the FaceDetector class, we have a DetectFacesAsync() operation that using a SoftwareBitmap,… — read more
-
#VS2015 – Api nativa en #Windows10 para #FaceDetection
Hola ! Entre las nuevas APIs que trae Windows 10 para el trabajo con imágenes tenemos una bastante interesante: Windows.Media.FaceAnalysis. El nombre ya nos indica la funcionalidad de esta API: la detección de rostros. Utilizando esta librería tenemos varias formas de trabajar con la misma. Por ejemplo, en la clase FaceDetector, tenemos una operación DetectFacesAsync()… — read more
-
#VS2015–Windows Universal Apps in #FullScreen or #CustomSize mode
Hello! To get to some users to use Windows Universal Apps sometimes can be a challenge. Therefore, tasks such as managing the FullScreen mode or set a specific size in a window are important stuff to add into our apps. The following lines of code show how to change state Full Screen to normal state and define a… — read more
-
#VS2015–Windows Universal Apps Aplicaciones maximizadas o en tamaño específico
Hola! Acostumbrar a algunos usuarios a las Windows Universal Apps puede ser un desafio. Por eso, tareas como controlar el FullScreen o mantener un tamaño específico en una ventana son importantes de conocer. Las siguientes líneas de código muestran como cambiar de estado Full Screen a estado normal y como definir un tamaño específico para… — read more
-
#VS2015–Tweets including media (video, image) from #UWP using #TweetInvi
Hello 2 days ago I published a post I commented that TweetInvi is an interesting option to work with Twitter from our Windows 10 apps. Shortly after someone asked me if it was possible to publish images or videos embedded tweets. TweetInvi possesses a Upload class that allows us to attach images, videos, or binary… — read more
-
#VS2015–Tweets con imágenes o videos en #UWP con #TweetInvi
Hola Hace 2 días publiqué un post comenté que TweetInvi es una opción interesante para trabajar con Twitter desde nuestras apps Windows 10. Poco después alguien me preguntó si era posible publicar tweets con imágenes o videos embebidos. TweetInvi posee una clase Upload que nos permite adjuntar imagenes, videos o archivos binarios y luego utilizar… — read more
-
#VS2015 – Sending tweets from an #UWP app #Windows 10
Hello! The last time that I added some capabilities of Twitter in any app, I used the excellent Daniel Crenna’s TweetSharp library. Today when trying to add the NuGet package to a Universal de Windows 10 app, I have come to realize that it is not supported for UWP. So, now is time to find some cool alternative to… — read more
-
#VS2015 – Enviar tweets desde #UWP #Windows 10
Hola! Las últimas veces que he agregado algunas capacidades de Twitter en alguna app, he utilizado el excelente TweetSharp de Daniel Crenna. Hoy al momento de intentar agregar el paquete NuGet a una app Universal de Windows 10, me he dado cuenta de que la misma no está soportada para UWP. Llega el momento de… — read more
-
#AZURE – #VisionAPI, agregando marcos en cada text detectado
Hola En el post de ayer compartí un ejemplo para mostrar como reconocer texto en imágenes. La API de OCR retorna una colección de regiones donde se reconoce el texto. Si recorremos cada región podemos reconocer los puntos para crear un frame, y dentro del mismo está el texto reconocido. Si juntamos el reconocimiento facial con el de texto,… — read more
-
#AZURE – Complete sample of Face APIs and Emotions APIs #ProjectOxford
Hello Today we will see a little implementation and the detail provided by Project Oxford if we want to work with Emotion APIs. Firstly a gif with an example of recognition of age, gender and emotions in a WPF app. We see a photo with some faces recognized: 64 MVPs (nice set of people) and then a bit… — read more