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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -