Create hierarchy structure in Android -
i have been tasked create/generate hierarchy structure data sqlite in android. newbie in android. appreciated.
for example, hierarchy based on roles. top level highest privilege, e.g. admin.
http://www.android-advice.com/wp-content/uploads/2012/02/org-chart2.dia_.png
just extend view
class, override ondraw
method , use canvas
primitives draw structure.
Comments
Post a Comment