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

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -