how to display a short animation when connecting the plug charge & when unplug the charger ?
views:
5answers:
1
A:
To detect changes in charger connection state, use CTelephony::GetIndicator() to get notifications on CTelephony::EBatteryInfoChange events. Of particular interest are TBatteryStatus changes in the TBatteryInfoV1 object.
To get started with animation, search the SDK documentation for "animation".
laalto
2010-06-29 10:27:50