mobile - Drawing in Android Tutorials -
i'm curious if there android drawing tutorials drawing sprites. specifically, want incorporate graphics , android views/widgets single display. example, want show group of textview views placed in different places on screen (not simple linear layout) , use java draw lines between views graphical "connectors." know can draw .png , try place textviews relative .png rather have java draw connecting line graphics. not talking complicated, paths mostly.
i come flex background , there if want draw can attach displayobject graphics object , draw heart's content. how work in android? i've read tutorials @ android.com, reason, seem want make documentation confusing possible.
i think looking canvas. has drawpath() methods should able need.
http://developer.android.com/reference/android/graphics/canvas.html
edit: nope things extend viewgroup can hold other views. there nothing stopping putting other kinds of views ontop, or below canvas. make appear user though view "inside" canvas
Comments
Post a Comment