1

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.

Iowa
  • 2,171
  • 4
  • 22
  • 31

1 Answers1

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

Community
  • 1
  • 1
MJ93
  • 4,966
  • 8
  • 32
  • 50