-
#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
-
#Humor – Pandora’s #iPhone
Hi! Is not so funny after you read Tim Cook’s letter Greetings @ Toronto -El Bruno Source Reddit https://www.reddit.com/r/funny/comments/46umvw/pandoras_iphone/ — 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 – How to setup the #Dev Enviromnent and a quick #HelloWorld to try the Emulator!
Hello! In today’s post I will show how to configure the development environment to code and build an app for Garmin ConnectIQ SDK. The first thing we need is to have a Java development kit version installed on our computer. In the references section, I have put the link to the JDK 8. Now you can download and… — read more
-
#Garmin – Next Challenge: #ConnectIQ SDK & #MonekyC
Hello! The process of installation in Toronto is taking shape. While I continue with the steps necessary to live here, I give me the luxury of jogging at – 10 ° C to learn a little. Best of all this, is that the past February 14, Pao gave me a Garmin Forerunner 235 to replace… — read more
-
Hello! I’ve seen several emulators for old games which could be played in a web browser. Of course, behind these emulators there is a series of converters from C++ to JavaScript, or something more complex. And with this as base, is only a matter of time until someone with time and imagination integrates all these parts and we can have WINDOWS 95 in a WEB BROWSER! … — read more
-
#FUN – Some cool non-pro #drones #drone4fun (and one for C# developers)
Hello! Today is another quick post with which I consider, are best drones that we can buy to “play at home”. Disclaimer: I am not a specialist on this topic, just think of the devices that I could test or I have wanted to try from a point of view of use for fun +… — read more
-
#Fun – A cool collection of #Lego creations
Hello! Today is also a day of off-topics and I will take to put some videos of LEGO that I use in my Robotics events in the past years. Always used to start with a LEGO Rubik Solver, this updated version is simply great! With 4 sets of Lego Mindstorms NXTand a Samsung Galaxy… — read more
-
#Fun – Lipstick Robotic Arm and the funny #RobotBug
Hello! The next few weeks I will be 100% dedicated to manage my transfer to Canada, so I don’t think that I will continue with the routine of a daily post dedicated to Microsoft Technologies. So, I will take some time to think in stuff to spend some dollars when I arrive to Toronto. One of the options was this… — read more
-
#Humor – #Cloud Issues
Hi ! Another cool cloud scenario 😉 Greetings @ Madrid -El Bruno References Dilbert — 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
-
#MsBand – #FakeBandSdk, now you can create band apps without the real device !!!
Hello! Another quick post today. Yesterday I started to believe again, in public institutions where procedures functioned like clockwork. Today however, I went back to living in a Kafka book. Finally I’ve got all my papers, I really believe that with a smile and great discretion it is possible to take forward the interesting bureaucratic processes. I mess and… — read more
-
#KinectSdk – Hand and Finger, tracking and detection
Hello! Another day closer to my international move and another weird task done: today’s one is get approved to get an international driving license. This is why today’s post is also a short one (that’s a shame, this topic is really cool!). Our MVP friend Vangos Pterneas shared some time ago, a very powerful library which allows us to leverage the capabilities… — read more
-
#VS2015 – #SuperCharger, the #CodeMap evolution
Hello! Today is a quick post, because my international moving takes a lot of time Some time ago I tried CodeMap, I was was an excellent idea and a great tool. Although to really use it well, you had to have a “very bad” C# classes. I mean, we all dream of being those great talent developers who… — read more
-
#ProjectOxford – New features for #FaceAPI: beard, moustache, smile detection and more !!!
Hello! New Face API and Emotion API features: detection of beards, moustaches, smiles and much more. These days I have been reviewing some projects where I’ve used some Project Oxford APIs and I found that the APIs have changed a little. The Newtonsoft.Json is already a classic: updates all the time. However I made some research on the new features… — read more
-
#Xamarin – Live preview of #Xaml in #XamarinForms using #GorillaPlayer in #VisualStudio
Hello! Today I’ll write a quick review to another cool tool which allows us to have a real time preview of XAMLs views when we works with Xamarin Forms. Let me introduce to you to Gorilla Player, is a nice tool to have real-time XAMLs preview, however I also like the logo, is one of the best I’ve seen since the Octocat.… — read more
-
#Event – #DotNetSpain2016 everyone should be there !!! but not me :(
Hello! Last year I had the good fortune to participate as assistant and presenter to the DotNet Spain Conference 2015. The truth is that I have a great memory of this event. On the one hand, I went to a couple of sessions and they opened my mind to try some new things. I also had the luck of being… — read more
-
#UWP – Single source code line to find if our app is on Desktop, #IoT, Mobile, or #XBox
Hello! Working with Universal Apps is quite grateful. However, before the build 10.0.10240.0, trying to find out the kind of platform that our app was running was a bit complicated. Today we can solve it with a single line of code, using AnalyticsVersionInfo. In example: return Windows.System.Profile.AnalyticsInfo.VersionInfo.DeviceFamily; It returns us a value of the type:… — read more
-
#Xamarin – Resource list to create “nice apps” with #XamarinForms
Hello! After investing some time on learning how to work with Bluetooth, beacons, and other technologies with Xamarin Forms, now is the time to create Apps. Someone (like me) could feel some disappointment, because the default controls supported by Xamarin Forms are “kind of poor”. So I pack a couple of resources which I found on samples on how to improve the… — 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