tags:

views:

532

answers:

2

Hi,

I'm a new user to this interesting forum!

I want start developing an application for android and before starting i want learn about some android features...

The first android feature is how to correlate finger motion on the screen with java...

Are there any source code examples that show how to draw with your finger on an android screen?

Can you suggest a good place for me to download an example?

thanks

+1  A: 

Check out this tutorial on drawing with a canvas in Android. There are some source code examples there for you as well.

Also, the Android developer's guide and tutorials on the Google site are great. That's what I started with.

Mat Nadrofsky
thanks for your answer!
STD
+3  A: 

The ApiDemos that come with the SDK have an example called TouchPaint that does exactly this... it's a simple little finger drawing app. The source is actually very easy to read and it shows all of the basics.

fiXedd
Thanks for your answer!!!
STD
+1 - Nice. Can't believe I missed this.
Mat Nadrofsky
No worries... I would have forgotten about it too if I hadn't been playing with ApiDemos last night.
fiXedd