What I want to do is to draw a line that will follow my finger. I\'ve created
a custom view, and I have an onTouchEvent()
that works.
I can draw a sta
Its been a while but this post still gets some views so I figured i'll post some helpful stuff:
Tutorial on how to make an object follow a line: http://www.rengelbert.com/tutorial.php?id=182
This is a good free game engine that the above tutorial uses also: http://libgdx.badlogicgames.com/
Hope this helps someone out!