It's another exercise of using FurfaceView in Android. In the previous exercises " Android SurfaceView " and " Android Su...
Read More
Home » Archive for May 2010
Two view in one FrameLayout
In my previous exercise " Draw a bitmap on View ", " Draw something on a Canvas ", " Android FaceDetector " an...
Read More
Android SurfaceView, run in Thread with sleep()
Further works on the last exercise " Android SurfaceView ", a call to sleep(500) is introduced in run() of the thread, such that t...
Read More
Android SurfaceView
It's a SurfaceView variation from the last exercise " Custom View with User Interaction ". - Implement a new class MySurfaceVi...
Read More
Custom View with User Interaction
In my previous exercise " Draw a bitmap on View ", " Draw something on a Canvas " and even " Android FaceDetector ...
Read More
Android 2.2 platform available for the Android SDK
The Android 2.2 platform is now available for the Android SDK , along with new tools, documentation, and a new NDK. Android 2.2 is a minor p...
Read More
Android FaceDetector
Android provide a class android.media.FaceDetector to identify the faces of people in a Bitmap graphic object. It's a simple exercise ...
Read More
Draw something on a Canvas
Simple draw something (drawRect) on a Canvas over a bitmap on a View . Modify from the previous article " Draw a bitmap on View "....
Read More
Draw a bitmap on View
It's a simple example to draw a bitmap on screen in View. The content view is set to a View, and the drawing is achieved in onDraw metho...
Read More
A simple RSS reader III, show details once item clicked.
Last article " A simple RSS reader II, implement with RSSFeed & RSSItem ", only the titles shown in a List. Here, we are going...
Read More
A simple RSS reader II, implement with RSSFeed & RSSItem
In the previous article " A simple RSS reader, in ListView ", I just show a very simple RSS reader, with a very limited handling o...
Read More

How to install sun-java6-jdk on Ubuntu 10.04 LTS?
For the just released Ubuntu 10.04 LTS, the sun-java6-jdk packages have been removed from the Multiverse section of the Ubuntu archive. So y...
Read More
Subscribe to:
Comments (Atom)