Modify from the previous exercise " Android Chronometer ", Chronometer.OnChronometerTickListener() is implemented. Chronometer.On...
Read More
Home » Archive for June 2010

New Android 2.2 Software Update for Nexus One phones
Starting today, Nexus One users will begin to receive the Android 2.2 (codenamed Froyo) over-the-air software update on their phones. This...
Read More
Eclipse Helios with Android SDK
Eclipse Helios released with Eclipse 3.6.0. I have tried to install on ubuntu 10.04. The installation is same as Install Android SDK on Ecl...
Read More
Android Chronometer
Chronometer is a class that implements a simple timer. You can give it a start time in the elapsedRealtime() timebase, and it counts ...
Read More
Apply custom adapter to ListView for RSS Reader
With the help of the exercise " Custom ArrayAdapter, with different icons ", we know how to create our custom ListView. Now we go ...
Read More

Problem of onTouchEvent(MotionEvent, MapView) on MapView
It's a follow-up of my old article " Move the marker on MapView ". In the article, onTouchEvent(MotionEvent, MapView) was over...
Read More
Obtain a Maps API Key for Your Signing Certificate
If you are looking for obtain Map API for debug on emulator in your local development platform, refer to the article " Obtaining a Maps...
Read More
Sign and deploy Android App
So far all my exercise run on emulator in local development platform. In order to make it runnable on true device, it have to be signed and ...
Read More
ListView with icon loaded from internet
With the last exercise " Load ImageView with bitmap from internet ", we can now modify the the former exercise " Using conver...
Read More
Load ImageView with bitmap from internet
It's a simple way to load ImageView with a bitmap from internet, via http connection. In order to load something from internet, the Andr...
Read More
Using convertView in getView() to make ListView efficient
Refer to document of Android Developers about getView() ; it's stated that : convertView - The old view to reuse, if possible. Note: You...
Read More
Custom ArrayAdapter, with different icons.
In the last exercises " A simple ListView, extends ListActivity ", " ListView, with icon " and " Implement onListIt...
Read More
Implement onListItemClick() of ListActivity
Modify the java code of the last exercise " ListView, with icon " to add listener of onListItemClick() AndroidList.java package co...
Read More
ListView, with icon
Last exercise display a ListView in simplest form with plain text only. This exercise describe how to add a icon in ListView. create a new ...
Read More
A simple ListView, extends ListActivity
It's the simplest form of ListView, extends ListActivity. The list is displayed as a single line of plain text, using the simple Android...
Read More
Android background thread, by implementing Thread object, provided with a Runnable object.
In last exercise " Android background thread, by extending Thread ", a thread was created by implementing a object of a new class ...
Read More
Android background thread, by extending Thread
Android background thread, by extending Thread In this exercise, a new class, BackgroundThread, was created by extending Thread class. The o...
Read More
lifecycle of Android activity
It's a exercise to understand the lifecycle of a Android activity: onCreate(), onStart(), onRestart(), onResume(), onPause(), onStop(),...
Read More
IllegalThreadStateException in LunarLander, a sample Android code from Google
I think it can be classified as a bug in Lunar Lander game, in the SDK samples folder: /samples/LunarLander/: Start the game and exit by pre...
Read More

Google I/O 2010 - A beginner's guide to Android
Android - Reto Meier This session will introduce some of the basic concepts involved in Android development. Starting with an overview of th...
Read More

Steve Jobs Talks About Google and Android
Steve Jobs Talks About Google and Android at the ATD 8 (All things Digital) conference.
Read More
Exercise of SurfaceView: SurfaceView overlap with a LinearLayout
Further work on the previous exercise " Another exercise of SurfaceView, in a FrameLaout inside another LinearLayout "; the FrameL...
Read More
Cannot complete the install because one or more required items could not be found
I setup a old notebook with the newest Fedora 13 recently. The first job is to install Android development environment. The Eclipse was inst...
Read More
Subscribe to:
Comments (Atom)