How To: Abort an HTTP Call Using AngularJS

In AngularJS, you use the $http service in order to do HTTP requests. For some reason, you want to be able to cancel some of those requests. For example, you have an HTTP call that takes some time to complete, therefore you offer the user the possibility to cancel...

How To: Create a Custom Daydream with Android 5.1

A Daydream is an interactive screensaver. Therefore, it can act like any application. Here is a tutorial on how to create a basic Daydream with Android Studio. When finished, it will look like this: Requirements for this tutorial: Android Studio API 22: Android 5.1 A basic understanding of services...