Skip to content

Instantly share code, notes, and snippets.

@operando
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save operando/7c91b4520143105214cf to your computer and use it in GitHub Desktop.
Save operando/7c91b4520143105214cf to your computer and use it in GitHub Desktop.
mponさんのListViewを読んでみたメモ

ListViewを読んでみたメモ

Viewをリサイクルしてるところを読んでみたい

わからなかった・・・ ので、5.1.1とのdiffを眺めてみた

Android 5.1.1 と M Preview diff

  • findViewTraversal@IdResアノテーションがついた

    • なにかいいことがあるの?
  • getAccessibilityClassNameってのが増えた

    • アクセスビリティーみたいな新しい機能が増えた
  • measureScrapChildというprivateメソッドの引数にheightHintが増えた

    • パフォーマンス向上とかあるのかな
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment