graphics - Android: Is View class appropriate for graphical elements? -
we're designing application displays several hundred graphical elements on single screen need respond touch events , can animated -- however, not full-blown widgets (no focusing , other event handling). view
class appropriate this, or there more lightweight class should use?
(for familiar qt framework, we're looking qgraphicsitem
class)
view
fine. provides full functionality , flexibility may need obtain graphical elements.
Comments
Post a Comment