To take screenShots Switch to DDMS Perspective in Eclipse - Click Windows on the manu bar of Eclipse - Select Open Perspective - Select DDMS...
Read More
Home » Archive for October 2010

Google are giving away 10,000 Google TV devices. To you.
In order to encourage a new generation of TV developers to come forward, Google are planning to give away 10,000 Google TV devices to help d...
Read More
Home Screen Battery Widget
It's a simple Battery Widget, with battery level and charging status displayed on Android Home Screen. Create a layout file of our widge...
Read More
Check and prompt user to enable GPS
To check if the GPS have been enabled or not, the following code can be used: String provider = Settings.Secure.getString(getContentResolver...
Read More
Update Widget in onReceive() method
In my previous exercise of App Widget (Refer " App Widget using Alarm Manager " and " Cancel Alarm Service in onDisabled() ...
Read More

Cancel Alarm Service in onDisabled()
It's a follow-up work on last exercise " App Widget using Alarm Manager ". As mentioned, the code haven't cancel the Alarm...
Read More
App Widget using Alarm Manager
In the old exercise " A simple Home Screen App Widget with configure activity ", it have a minimum rate of 30 minutes in android:u...
Read More

Schedule a repeating alarm
In the last exercise " A simple example of Alarm Service, using AlarmManager " implement a Alarm Service with a one shoot alarm. I...
Read More
A simple example of Alarm Service, using AlarmManager
AlarmManager class provides access to the system alarm services. These allow you to schedule your application to be run at some point in th...
Read More
How to create sub-folder in SD Card, using Java code
How to create sub-folder in SD Card, using Java code If you want to create sub-folder in SD Card using Java code, you can use the mkdir() me...
Read More
How to create sub-folder in SD Card of Android Emulator, using adb
If you want to create sub-folder in SD Card of Android Emulator, Android Debug Bridge(adb) can be used. Android Debug Bridge(adb) is a versa...
Read More
android.app.Service
android.app.Service is an application component representing either an application's desire to perform a longer-running operation whil...
Read More
Notes on updatePeriodMillis in Home App Widget
updatePeriodMillis in Widget Provider Information XML file define How often, in milliseconds, that this AppWidget wants to be updated. The ...
Read More
A simple Home Screen App Widget with configure activity
In the former article " A simple Home Screen App Widget to get Date/Time ", we have a very minimal widget: simple self-described a...
Read More
Subscribe to:
Comments (Atom)