I am looking to glow an area around the touch point, pro grammatically. I am well aware that there is an option of setting it in the settings(Developers Option->Show Touch). Quick help would be appreciated.
Asked
Active
Viewed 154 times
1 Answers
1
I would take a look at the Android Fingerpaint example
You can download the "SDK Samples" in the SDK Manager in Eclipse. Then you can find the example at:
<sdk>\samples\android-<version>\ApiDemos\src\com\example\android\apis\graphics
Then try looking up examples of drawing a circle on the screen. Here is one: Draw Circle on touch