The Scenario
You work on your website locally and you use Github to source control your site. After pushing changes to Github, you login to your server and pull the changes. In this article we will discuss…
What is MQTT?
"MQTT is a publish-subscribe-based "lightweight" messaging protocol for use on top of the TCP/IP protocol. It is designed for connections with remote locations where a "small code footprint"…
Getting started with the ESP8266 can be a bit bewildering. This guide should be a good starting point to quickly get into developping for the ESP8266. There are many ESPs available on the market however…
When using the Parse.com service for saving data in your application to the cloud, you may run into the problem of not being able to save objects of a class inside your Parse object. This could be solved…
Using android 4.2 I will cover how to create a CalendarView component in a dialog, and how to run it from a Fragment. Firstly, create a new xml file, call it calendar_view.xml. This is a very simple layout…