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 アプリケーションに 1 つの長い ListView があり、その 1 つの ListView を複数のページに分割して、ユーザーがアクションバーにある次のボタンを選択すると、ListView 項目の次のセットに移動するようにします。
これを達成するにはどうすればよいですか?
独自の ListAdapter/ArrayAdapter を記述して、必要なアイテムのみをロードすることができます。arrayadapter は優れており、使いやすいです。
ArrayAdapter の例、 これは別の例です