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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -