How to use JRE/JDK v8 with Android Studio v2
I was struggling with a rendering exception in Android Studio v2 Failed to load the LayoutLib: com/android/layoutlib/bridge/Bridge : Unsupported major.minor version 52.0 Apparently this can be fi...
I was struggling with a rendering exception in Android Studio v2 Failed to load the LayoutLib: com/android/layoutlib/bridge/Bridge : Unsupported major.minor version 52.0 Apparently this can be fi...
In my previous post, I walked you through on how to Install Python Azure SDK on Intel Galileo. Let’s now put that Python SDK into some work and post something to an Azure Service Bus Queue. It’s ...
This post walks you through the steps to install Python Azure SDK on Intel Galileo. Requirements: An Intel Galileo board (Gen 1 or 2) The full Linux boot image Internet connection (either...
Xamarin Studio is a very buggy and flaky product. Having being used it on an every day basis, it’s getting rather frustrating to deal with Xamarins inferior QA. Here’s one example that keeps on co...
So I started to fiddle around with the Red Bear Lab Blend Micro. All seemed ok, but after I had uploaded a sketch, the device stopped being recognized properly. The Device Manager in Windows gives...
In order to hide the status bar, one has to add 2 properties in the Info.plist file. Edit the file and switch to Source view. Add an entry named UIStatusBarHidden and set the value to true. Add ...
This is a short note on how to install VNC server on Raspberry PI. Raspberry PI B+ Step 1 install VNC Server The VNC server is not installed by default in Raspbian, so first install using apt-g...
Raspberry PI B+ The SSH service is not started by default, so you need to start it: sudo raspi-config Select Advanced, navigate to SSH and select Enable SSH.
A short step through on how to install VNC on Beaglebone Black. Step 1 - SSH into your Beaglebone SSH into your Beaglebone. ssh [email protected] (Or whatever your BBB IP address is) Step ...
Introduction DevExpress is one of the leading providers of developer components for Microsoft Windows based solutions. In fact, this year they are celebrating their 15 year anniversary as a compan...