In order to implement takePicture function of Android Camera, we have to implement ShutterCallback, PictureCallback for RAW and PictureCallb...
Read More
Home » Archive for December 2010
Add a overlay on Camera Preview SurfaceView
Modify from last exercise " Camera Preview, version II ", a overlay will be add on the Camera Preview SurfaceView. Controls; such ...
Read More

Pro Android Media: Developing Graphics, Music, Video, and Rich Media Apps for Smartphones and Tablets
Product Description Mobile devices have evolved to focus on rich media production and consumption. Developers of mobile applic...
Read More
Camera Preview, version II
In the exercise " Camera Preview on SurfaceView ", I show how to using Android's camera preview on a SurfaceView. The preview ...
Read More
In-correct arrow icon on Spinner with custom ArrayAdapter
Refer to the exercise " Custom ArrayAdapter for Spinner, with different icons "; it implement a Spinner with custom ArrayAdapter, ...
Read More
Custom ArrayAdapter for Spinner, with different icons
In last exercise " Custom Spinner with icon ", a custom spinner have been implemented. But all row have the same icon. In order to...
Read More
Custom Spinner with icon
Refer to the exercise " HelloAndroid with Spinner ", it's a basic spinner with default format to display simple text in the sp...
Read More
Implement a SeekBar to control the volume of Video Player
Modify the former exercise " Play 3gp video file using MediaPlayer " to add a SeekBar to control the volume. In order to create a ...
Read More
Get supported picture sizes of Android device's camera: getSupportedPictureSizes()
To read the info of supporte picture size of camera, the method getSupportedPictureSizes() can be used. It return a list of supported pictur...
Read More
NEWest update of ADT 8.0.1
If you had updated/installed Android SDK for 2.3 with ADT version 8.0.0, It's a new update ADT version 8.0.1 available. To update ADT, c...
Read More
GALAXY Tab emulator on Android SDK 2.3
When you install packages in Android SDK and AVD Manager (Eclipse -> Window -> Android SDK and AVD Manager -> Available packages). ...
Read More
A problem when update existing Android SDK to 2.3: .../tools/lib/proguard.cfg (No such file or directory)
As stated in Android web site, you can update Android SDK to 2.3 by adding as an SDK component , or install the fresh new SDK starter packag...
Read More
Android 2.3 Platform and Updated SDK Tools is here!
Google just announced a new version of the Android platform — Android 2.3 (Gingerbread). It includes many new platform technologies and APIs...
Read More
Camera Preview on SurfaceView
With little bit of modification on last exercise " Play 3gp video file using MediaPlayer ", it's easy to implement a app to pr...
Read More
Subscribe to:
Comments (Atom)