-
#Coding4Fun â Whatâs There App, cĂłdigo fuente y ejemplo de uso de #VisionAPI
Hola ! DespuĂ©s del post de ayer, algunas personas me preguntaron un par de cuestiones sobre la App Whatâs There, asĂ que aprovecharĂ© este post para comentar algunos detalles de la misma. Antes de crear la app, le expliquĂ© a mi niño con un esquema simple, el funcionamiento de la App El smartphone sacarĂĄ una foto La foto… â read more
-
#Coding4Fun – What’s There App, source code and #VisionAPI description
Hi! Some people ask me a couple of questions regarding the Whatâs There App, so Iâll write this post to explain the basic features of the app. I explain to my kid with a simple schema, that the main steps of the app The phone will take a photo with the camera The photo will… â read more
-
#CognitiveServices â Text Analytics API, detecciĂłn de lenguaje, anĂĄlisis de sentimiento y mĂĄs utilizando #Azure
Hola ! Otro ejemplo mĂĄs para la serie de posts sobre Cognitive Services. En el post de hoy veré la API de Text Analytics: Understanding and analyzing unstructured text is an increasingly popular field and includes a wide spectrum of problems such as sentiment analysis, key phrase extraction, topic modeling/extraction, aspect extraction and more. Text Analytics API is… â read more
-
#CognitiveServices – Text Analytics API, detect language, sentiment and more using #Azure
Hi ! Another sample for the Cognitive Services posts series. Todayâs post is on Text Analytics API, and as always, letâs start with the official description Understanding and analyzing unstructured text is an increasingly popular field and includes a wide spectrum of problems such as sentiment analysis, key phrase extraction, topic modeling/extraction, aspect extraction and… â read more
-
#CognitiveServices â #Bing Web Search API, un repaso rĂĄpido y un ejemplo de uso simple con #Azure
Hola ! Sigo con la serie de posts sobre las nuevas funcionalidades que tenemos en Cognitive Services. Hoy es momento de tocar a una de las estrellas de Bing: Search. La documentaciĂłn oficial la describe de la siguiente forma: La API de Bing Web Search provee una experiencia similar a Bing.com/Search (mĂĄs en MSDN). La API de Web Search API permite a… â read more
-
#CognitiveServices – #Bing Web Search API, review feature and #Azure sample code
Hi ! Todayâs post is still on the Cognitive Services new features, and today is for the main Bing feature: Search. Letâs start with the official description from the documentation The Bing Web Search API provides a similar (but not exact) experience to Bing.com/Search (overview on MSDN). The Bing Web Search API lets partners send… â read more
-
#CognitiveServices â #Bing Autosuggest API, interesante API y de regalo: una App de ejemplo
Hi ! DespuĂ©s de mi post de ayer sobre cĂłmo obtener las claves de App para usar las Cognitive Services APIs, hoy voy darle un repaso a uno de los nuevos servicios: Bing Autosuggest API. La documentaciĂłn oficial explica muy bien el objetivo de este servicio: La API Bing Autosuggest permite a los partners enviar una parte de… â read more
-
#CognitiveServices–#Bing Autosuggest API, cool new feature and some sample code
Hi ! After my yesterday post on how to get the new Cognitive Services API keys, today Iâll review one of the new services: Bing Autosuggest API. So as the main documentation explains: The Bing Autosuggest API lets partners send a partial search query to Bing and get back a list of suggested queries that… â read more
-
#AZURE â Enviando datos a un #AzureIoTHub utilizando un HttpClient y texto plano
Hola ! Azure IoT tiene un excelente SDK que incluye ejemplos para apps C#, apps Java, y varias otras plataformas. Sin embargo, existen escenarios que son la base mĂĄs simple que podemos pensar, enviar datos Json al IoT Hub utilizando HttpClient. AsĂ que antes de pasar a Java, he creado una Console app que envĂa datos a un Azure… â read more
-
#AZURE â Post data into an #AzureIoTHub using plain text and HttpClient
Hi ! Azure IoT has a great SDK which includes tons of samples for C# apps, Java apps, and more. However there are some scenarios where you only need to send data from a device using a simple HttpClient, and plain JSON data. So, for this scenario I created a simple Console app which send… â read more
-
#Garmin â Mostrar grĂĄficos e informaciĂłn de varios sensores al mismo tiempo
Hola ! El post de hoy es uno de los rĂĄpidos. Durante estos Ășltimos dĂas, mi principal objetivo era completar todo lo necesario para poder comenzar a vivir en Toronto, y aprovechando huecos de ocio, me puse a conocer el Garmin ConnectIQ SDK. Como se puede ver en el siguiente video, hoy he llegado a un punto donde… â read more
-
#Garmin â Display charts and several sensors information at once
Hi ! Todayâs post is a quick one for Friday. My main goal in the past days was to complete all the necesarry stuff Iâll need to live in Toronto, and in the meantime Iâll continue to play around with the ConnectIQ Garmin SDK. As you can see in the next video, I get to… â read more
-
#Garmin – Working with resources and cultures in a #ConnectIQ app
Hi ! When we create an app for a Garmin device, working with a resources is a #MustHave. We need to take take of simple stuff like change the culture of an app, In the following video, the main label of the app will change every time I change the culture of the smartwatch. About… â read more
-
#GARMIN – Read and display sensors data in a #ConnectIq app
Hi ! In todayâs sample Iâll show how to create a WatchFace app which displays the current time and also the heart rate of the smart watch user. Most of the details will be added in the references section where you can find plenty of information on how the MonkeyC language works, or the different… â read more
-
#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