Search:

Type: Posts; User: JavaInProgress

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,690

    Re: paint brush not leaving trail?

    I was planning on a combo of the two. It would remember the last 10 or so modifications, then when a new modification is made, the last in the series is permanently added to the canvas.
  2. Replies
    7
    Views
    1,690

    Re: paint brush not leaving trail?

    ...By slightly changing the graphic each time a touchEvent is invoked, then displaying it? Wait, do all graphics remember the previous points and then display them like that?
  3. Replies
    7
    Views
    1,690

    Re: paint brush not leaving trail?

    After the user starts drawing for a while, won't it need more and more resources to remember all the points, and slow it down?
  4. Replies
    7
    Views
    1,690

    paint brush not leaving trail?

    Hey, I'm new to android, and I just started fiddling with some simple example code I found online to get some practice. I found some code that has a red dot follow your finger, but I'd like to make...
Results 1 to 4 of 4