-
#VS2017 – Lessons learned migrating a UWP App from #Windows 8.1 to #Windows10 and how to replace Geolocation CivicAddress
Hi! If you ever get bored, an 100% interesting activity is to try to update a project that has been closed 3 years ago or more. In my case, I have invested much time during these past days upgrading a Windows 8.1 to Windows 10 App. Here’s a couple of things I’ve learned Visual Studio… — read more
-
#VS2017 – Lecciones aprendidas migrando una UWP App de #Windows 8.1 a #Windows10 y como reemplazar GeoLocation.CivicAddress
Buenas! Si alguna vez te aburres, una actividad 100% interesante es intentar actualizar un proyecto que se ha cerrado hace 3 años o más. En mi caso, he invertido gran parte de estos Ăşltimos dĂas en actualizar una App de Windows 8.1 a Windows 10. He aquĂ un par de cosas que he aprendido Visual… — read more
-
#Flow – Invocando un Flow desde una ConsoleApp en #CSharp
Hola ! Hace un par de dĂas escribĂ un post donde comentĂ© como utilizar un trigger del tipo Http Request para poder invocar una definiciĂłn de Flow desde apps externas (link). Hoy completarĂ© el ejemplo con un poco de cĂłdigo C# para lanzar una instancia del Flow. Comencemos con la definiciĂłn del Flow. En este… — read more
-
#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