In my case, I develope on Eclipse 3.6 under Ubuntu 10.04. A HTC Wildfire have been purchased recently, so I can develope my exercises using ...
Read More
Home » Archive for July 2010
Play mp3 in SD Card, using Android's MediaPlayer
In the exercise " Android MediaPlayer ", the application play mp3 file in /res/raw folder. In this exercise, it will be modified t...
Read More
Instance two object from the same custom view class
In the exercise " Custom View with User Interaction ", ONE custom view was instanced to engage the whole screen (Activity). Here, ...
Read More
Android MediaPlayer
The exercise play, pause and stop a mp3 file in /res/raw folder, using android.media.MediaPlayer . First of all, copy a mp3 file in /res/raw...
Read More
More on Generate a mirror image using Matrix.postConcat()
More function of mirror image, such as mirror about X axis, mirror about center, will be as in this exercise; base on the last exercise ...
Read More
Generate a mirror image using Matrix.postConcat()
Generate a mirror image using Matrix.postConcat() We can use the matrix below, with the Matrix.postConcat() to generate a mirror image about...
Read More
Skew bitmap image, using Matrix
To generate a skewed bitmap, Matrix.postSkew() can be used. Extend the last exercisse " Rotate bitmap image, using Matrix ". Modif...
Read More
Rotate bitmap image, using Matrix
Here Rotating function is going to be added on the last exercise " Scale bitmap image, using Matrix ". It's a SeekBar on the s...
Read More
Scale bitmap image, using Matrix
Modify the last exercise " Load bitmap file from SD Card ", to implement function to post-scale the bitmap image using Matrix. In ...
Read More
Load bitmap file from SD Card
In last exercise " Save file to SD Card ", a file have been saved in SD Card. In this exercise, the bitmap file in SD Card will be...
Read More
Save file to SD Card
In the previous exercises " Load ImageView with bitmap from internet " and " Generate QR code using Google Chart API ", ...
Read More

App Inventor for Android - create mobile applications without having to write any code!
App Inventor is a new tool in Google Labs that makes it easy for anyone—programmers and non-programmers, professionals and students—to cr...
Read More
Generate QR code using Google Chart API
The Google Chart API lets you dynamically generate charts with a URL string. You can embed these charts on your web page, or download the i...
Read More
Example of MultiAutoCompleteTextView
MultiAutoCompleteTextView is an editable text view, extending AutoCompleteTextView, that can show completion suggestions for the substring ...
Read More
About Me: PackageInfo.versionName and PackageInfo.versionCode
PackageManager is a class for retrieving various kinds of information related to the application packages that are currently installed on t...
Read More
Load ListView in background AsyncTask
Refer to the old exercise " ListView with icon loaded from internet ", it's a time-consume task to load bitmap from internet. ...
Read More
Read RSS in background, using AsyncTask
Here is a further work of the previous exercise " Simple RSS Reader, with Options Menu to reload RSS ", with the help of " As...
Read More
AsyncTask: perform background operations and publish results on the UI thread
This exercise have the same effect of " Android background thread, by extending Thread " and " Android background thread, by ...
Read More
Subscribe to:
Comments (Atom)