Tseng’s dev blog

A developers blog




Android 1.5 NDK Released!

Thursday 25 June 2009 @ 9:22 pm

Finally Google Released the NDK, which allows developers to use native code/libraries in their code (programmed in C or C++) which can be used for intense CPU operations such as encoding/decoding or physics.

You can download it here.

For most Developers this isn’t much interesting, but if you need advanced stuff as implementing your own audio and video codec, you may want to try it out.

Source: Android Developers Blog

Bookmark and Share



Android: Installing the SDK

Friday 2 January 2009 @ 3:26 pm

Before getting started, you first need to download and install the Android SDK. But first, if you meet the requirements.

In order to use the Android SDK, you need to have JDK 5 or JDK 6 installed on your system (JRE alone won’t do it!). Next you’ll need an IDE (it’s optional, but makes developing much much easier than writing all your code in a simple text editor). I suggest using Eclipse 3.4 together with the Android Development Tools for Eclipse.

Continue Reading »
Android: Installing the SDK

Bookmark and Share