-
#Garmin – #Eclipse and #ConnectIQ as a good starting point to create #SmartWatch apps
Hello! After yesterday’s Hello world, today I’l write a post on a more friendly way to create Garmin apps. The Garmin Development team, has chosen MonkeyC as Development language and Eclipse as IDE for development, and the truth that fit the development environment is fairly simple. Setup Development Environment First we must download a version of Eclipse Luna.… — read more
-
#Garmin – #ConnectIQ y #Eclipse, una forma facil de comenzar
Hola ! Después del hola mundo de ayer, hoy vamos a ver algo más amigable para crear apps. El equipo de Garmin, ha elegido Eclipse como IDE para el desarrollo, y la verdad que montar el entorno de desarrollo es bastante simple. Setup Development Environment En primer lugar debemos descargar úna versión de Eclipse Luna.… — read more
-
#VS2015 – Send tweets in an app #UWP #Windows10 using #TweetMoaSharp
Hello! Some time ago I wrote a post where I mentioned about a package to a Windows 10 Universal App to work with Twitter. In that post, I also mentioned that it was a shame that the excellent Daniel Crenna’s TweetSharp, does not support Windows Universal Apps. Yesterday I was updating an app with some… — read more
-
#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 sample App using #FaceDetection native API on #Windows10
Hello! In the yesterday’s post I wrote on the new Windows 10 APIs to perform face detection. In today’s sample app (shared on GitHub), it is possible to see how a WebCam feed is analyzed in real time and displays the detected faces. A couple of details about the App The AppCommandBar button changes to show… — 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