Javascript physics, box2s
Box 2D now have Javascript version, it is easy to include into your code, and doin animation. http://box2d-js.sourceforge.net/
HTML 5 canvas game samples
I like it sample code, it demos HTML5 canvas, and how to you build game via html5 https://github.com/michalbe/Simple-game-with-HTML5-Canvas …
iPhone Media Library to PCM
From iPhone Media Library to PCM Samples in Dozens of Confounding, Potentially Lossy Steps http://www.subfurther.com/blog/2010/07/19/from-iphone-media-library-to-pcm-samples-in-dozens-of-confounding-potentially-lossy-steps/
read mp3 id3 tags
It's not possible with remote mp3 file... :( i try all the day, nothing working, local file working, great. on…
A Simple Way To Play MP3 Audio Files
A Simple Way To Play MP3 Audio Files
android MagicTextView
http://qwerjk.com/magic-text MagicTextView <com.qwerjk.better_text.MagicTextView xmlns:qwerjk="http://schemas.android.com/apk/res/com.qwerjk.better_text" android:textSize="78dp" android:textColor="#ff333333" android:layout_width="fill_parent" android:layout_height="wrap_content" …
NDK, openGL ES Tutorial listing
Fastest 2D frame rate possible with android NDK, my try included, better options available? http://code.google.com/p/android-native-egl-example/ http://androgeek.info/?p=167 http://code.google.com/p/opengles-book-samples/ …