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

canvas tutorial part 1

canvas tutorial part 2

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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -