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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -