Monday, 15 April 2013

Create hierarchy structure in Android -


I have been tasked to create / generate a hierarchy structure with data from SQLite in Android. Any help i'm a newbie in android will be appreciated. For example, hierarchy will be based on roles. Top level will be the highest privilege, e.g. Admin.

just expand the class view Override the onDraw method and use canvas primitives to attract your structure.


No comments:

Post a Comment