Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidナビゲーションドロワーのアイテム数の上限は何ですか?
Navigation Drawer の背後には、単純な ListView と ArrayAdapter があります。ListView に設定できる数だけ項目を設定できます。
ArrayAdaptersize()は int を返すため、最大数を次のように設定できます。Integer.MAX_VALUE
size()
Integer.MAX_VALUE