Category Archives: Tutorials

Accessing Sensor Data (Pedometer) on Samsung Gear 2 – Sample Code

This article provides sample code to access sensor data for the samsung Gear 2 running tizen. The examples provided with the Tizen wearable SDK are definitely sufficient to get you started , but with a catch – Everything is written in … Continue reading

Posted in Programming, Tutorials, wearables | Tagged , , , , | 14 Comments

Step by Step Guide on How to Build Your first Samsung Gear 2 App (Tizen)

Photo Credit : Samsung Developers This post documents the process of installing the Gear 2 sdk’s , running and testing the Hello World App for  Samsung Gear 2 which is based on Tizen. No direct Step-By-Step tutorial is available on the Samsung … Continue reading

Posted in Android Tutorials, Programming, Tutorials, wearables | Tagged , , , , | 27 Comments

PhpMyAdmin Database : No Priviledges Error

The Problem I logged into PhpMyAdmin  on localhost with wrong credentials (username:admin and no password) and couldn’t create any new database : NO PRIVILEDGES.   I’m not even sure why the wrong credentials worked in the first place as I … Continue reading

Posted in Developer Tips, Tutorials | Tagged , , | Leave a comment

Windows Phone 8 Development – Panorama’s are overrated

Source : Microsoft UX Chit Chat In the past few weeks I’ve tried to get familiar with building apps for Windows Phone 8 using C# and Xaml. As is my practice, I usually start out with reading –  documentation on … Continue reading

Posted in Programming, Tutorials, Windows Phone 8 | Tagged , , , , | Leave a comment

Windows Phone 8 – Debug and Fix ‘System. Reflection .Target Invocation Exception’ error

Source : Dailymobile.net As a beginner developer, debugging can quickly take the joy away from learning a new language/platform. And there’s  little information on debugging Windows Phone 8 Applications. The error titled above (targetinvocatoexception) did take a considerable amount of time … Continue reading

Posted in Developer Tips, Programming, Tutorials, Windows Phone 8 | Tagged , , , | Leave a comment

Step by Step Guide on How to build your first Slider Puzzle game in Cocos2d for Android – Part 3

In Part 1 of this tutorial series, you learned about creating a new Cocos2D for android project, adding sprites, scaling and positioning sprites. In Part 2, you learned more about generating and positioning the tiles for the slider puzzle, and … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Programming, Tutorials | Tagged , , , , | 9 Comments

Handling Sound in Cocos2D for Android

Screenshot credits from one of my games – Puzzbox Africa In many games, sound remains a vital component for achieving interactivity. You may need to play short sound clips in response to events e.g when a button is pressed, a … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Education, Programming, Tutorials | Tagged , , , , , , | 5 Comments

Windows 8.1 – How to fix Updates failed, Undoing Changes Error

Im not sure how often this occurs, but after downloading updates on my new Windows 8.1 installation and restarting, the update process just froze up and windows could not start up. One (costly) solution is to just re-install the operating … Continue reading

Posted in Microsoft, Tutorials, Windows 8 | Tagged , , , , , | 3 Comments

How to Slide a Sprite around based on touch/drag input in Cocos2D for Android

This post is written in response to a question on Part 1 of the Building your first slider puzzle game in Cocos2D for Android. How do you slide/drag a large image sprite around the screen based on touch/drag input ? … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Education, Programming, Tutorials | Tagged , , , , , | 6 Comments