[android-developers] DRAWING APP

2012-07-10 Thread mechaman
Hey, I am new and just got a droid. I am working on a project and need to be able to track the coordinates that the user draws on the screen of my app. So basically I want an array of coordinates to be constantly updated of whatever the user draws on the screen of the app. Is there any

Re: [android-developers] DRAWING APP

2012-07-10 Thread TreKing
On Thu, Jul 5, 2012 at 9:29 PM, mechaman julien.hoach...@gmail.com wrote: Is there any prewritten code or APIs that would be useful to me? Yes. The Android SDK. Your requirement is very specific. If you're hoping for some magical piece of code that does exactly what you want with no effort on

[android-developers] Drawing app

2012-07-09 Thread sandeep_c24
I want to develop a drawing app to allow users to draw simple shapes using gestures. Is there any framework out there that can be used? I am having a look at LibGdx but it is mainly for gaming, will it do the job? Sandeep -- You received this message because you are subscribed to the Google

[android-developers] Drawing App

2010-12-03 Thread Cruiz
I have two Classes (Draw and DrawView) I'm trying to get the buttons to function. The buttons need to change stroke color, change stroke width, undo redo, erase and etc... I can see the buttons in emulator but cannot get them to function. Someone please help..this is diving me crazy...I'm

Re: [android-developers] Drawing App

2010-12-03 Thread TreKing
On Thu, Dec 2, 2010 at 11:27 AM, Cruiz bkatro...@gmail.com wrote: I can see the buttons in emulator but cannot get them to function. What does can't get them to function mean, exactly? Someone please help..this is diving me crazy...I'm fairly new to android app development. Here is what