Last exercise demonstrate basic of android.os.Vibrator. The method vibrate (long[] pattern, int repeat) of Vibrator cause vibrate with a gi...
Read More
Home » Archive for May 2012
Program Android Vibrator
android.os.Vibrator operates the vibrator on the device. Your code call getSystemService(AndroidVibratorActivity.VIBRATOR_SERVICE) to retri...
Read More
Generate Notification using Notification.Builder for Android 3.0
Android 3.0 (API Level 11) introduce Notification.Builder , allows easier control over all the flags, as well as help constructing the typic...
Read More
3D rotate for RenderScript - rsMatrixRotate()
Refer to the RenderScript.rs in the example " Perform transform of Translate and Rotate on RenderScript ", the rsMatrixRotate() fu...
Read More
Draw circle in Android RenderScript
Modify MyRSSurfaceView.java from last exercise " Perform transform of Translate and Rotate on RenderScript ", to draw circle by co...
Read More
How to take screenshots on Samsung Galaxy Note Upgraded with ICS Android Ice Cream Sandwich
This is now exactly how it works to take a screenshot on Samsung Galaxy Note that already upgraded and running with Android Ice Cream Sandwi...
Read More
Draw square in Android RenderScript
Modify MyRSSurfaceView.java from last exercise " Perform transform of Translate and Rotate on RenderScript ", to draw square by co...
Read More
Perform transform of Translate and Rotate on RenderScript
Modify RenderScript.rs of last exercise " Program Renderscript on Android " to perform transform of Translate and Rotate - to rota...
Read More
Program Renderscript on Android
Renderscript (introduced in Android 3.0) offers a high performance 3D graphics rendering and compute API at the native level that you write...
Read More
Debug Android app on BlueStacks App Player for Windows (beta-1)
With BlueStacks App Player for Windows (beta-1) , we can deploy Android app from Eclipse to BlueStacks directly. It's much faster than t...
Read More
BlueStacks beta-1 available to download now, run Android on Windows
BlueStacks Beta Demo A walk-through of BlueStacks' Android App Player for PC, beta version. Download now at http://BlueStacks.com Next: ...
Read More
schedule a repeating alarm
To schedule a repeating alarm, call setRepeating(int type, long triggerAtTime, long interval, PendingIntent operation) method of AlarmManag...
Read More
Cancel alarm with a matching PendingIntent
Call cancel(PendingIntent) method of AlarmManager to remove any alarms with a matching Intent. Any alarm, of any type, whose Intent matches ...
Read More
Android 4.0 Mini PC -on-a-stick
MK802 Android 4.0 Mini PC -on-a-stick: This little USB Thumb Drive-Sized Android Computer featuring Android 4.0 and an AllWinner A10 SoC cl...
Read More

Professional Android Sensor Programming
Learn to build human-interactive Android apps, starting with device sensors This book shows Android developers how to exploit the rich set o...
Read More
Create alarm set on a specified time, using AlarmManager and BroadcastReceiver.
In this exercise, set alarm using AlarmManager to trigger our BroadcastReceiver on a specified time. We will use " TimePickerDialog ...
Read More
Get the difference between two Calendar
Modify the exercise " android.app.TimePickerDialog ", calculate the difference between time and next set time in TimePickerDialog....
Read More
java.util.Calendar
java.util.Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOU...
Read More
The Google I/O Countdown Contest
Android Power is launching a huge giveaway that'll take us all the way up to the big event - Google I/O. You'll have a chance to sco...
Read More
android.app.TimePickerDialog
android.app.TimePickerDialog is dialog that prompts the user for the time of day using a TimePicker. Note: If the TimePickerDialog closed b...
Read More
android.widget.TimePicker
android.widget.TimePicker provide a special view for selecting the time of day, in either 24 hour or AM/PM mode. The hour, each minute digi...
Read More
NASA release Google Maps shows the path of the Annular Solar Eclipse of 2012 May 20
The maps released by NASA shows the path of the Annular Solar Eclipse of 2012 May 20: Visit: http://eclipse.gsfc.nasa.gov/SEgoogle/SEgoogle...
Read More
Implement OnItemGestureListener on OpenStreetMap to detect user touch and retrieve touched items properties
Modify the code in last exercise " Create multi-marker OpenStreetMap for Android ", add OnItemGestureListener for our ItemizedIcon...
Read More
Create multi-marker OpenStreetMap for Android
A example to craete Android app using OpenStreetMap with multi-marker. AndroidOpenStreetMapViewActivity.java package com.exercise.OpenStreet...
Read More
Subscribe to:
Comments (Atom)