Category: Development

Cross-Building for WD Cloud and Node.js

WD Cloud runs Debian Linux on ARM. When you build applications for other architectures, you need to use cross-building. I have successfully built a package on Ubuntu 14 by following this post with a f

Discover Swift: Writing a Pachinko game on iOS with Swift and SpriteKit

Do you like Swift, the programming language that comes with XCode 6 from Apple? You may not know, but I developed a fondness for it after writing a game with it. I am going to show you how to write a game with Swift. If you’d like to jump right into the source code of this game, you can download or clone it from GitHub

Testing Android Wear Integration

We have integrated a messaging app with Android Wear in an emulator. Android Wear can receive notifications, reply to messages, and initiate VoIP calls through the mobile app. commentB

Accelerate the Android Emulator

For a long time, the most frequent complaints about the Android emulator were its slow startup and operational speeds. Using the Intel Atom x86 system image helped slightly, but not significantly. How