Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fingertip drawing applications on Android?

Tags:

java

android

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

like image 784
STD Avatar asked Mar 08 '10 18:03

STD


People also ask

Is there an app where you can draw with your finger?

Doodle Buddy is for everyone — from the serious artist to someone just starting out. Draw on your pics or dozens of included backgrounds. Over 1400 stamps :-) to decorate your drawings and pics. Smudge works just like your finger on chalk, but your fingers don't get dirty!

Is there any drawing app for Android?

A Great Selection of Free and Paid Painting Apps for AndroidIbis Paint X. Adobe Illustrator Draw. ArtFlow. MediBang Paint.


2 Answers

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.

like image 87
Jeremy Logan Avatar answered Oct 05 '22 01:10

Jeremy Logan


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.

like image 37
Mat Nadrofsky Avatar answered Oct 05 '22 00:10

Mat Nadrofsky