Android UI
描画間隔
16ms #FPS を超えると、jank扱い "Application Not Responding" (ANR)になる可能性がある。 your app should render frames in under 16ms to achieve 60 frames per second
https://www.youtube.com/watch?v=VsStyq4Lzxo
ViewとViewを入れるVeiwGroupの2つがある。UIの大元のクラス名はView
ViewGroupは、layoutをinflateして作る?
表示する領域のviewを上手くrecycleするので、この名前?
イベントリスナーを持つ