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 ページに 9 つのアイテムのみを表示し、グリッドビューに 9 つ以上のアイテムがある場合は、残りのアイテムが次のページに表示されるようにすることです。出来ますか??
ありがとう
データ セットを 9 つのブロックに分割し、最初の 9 つのセットを に使用しているアダプターに渡しますGridView。for next Buttonpage でアダプターに次のデータ・セット・ブロックを渡して、データ・セットが変更されたことをアダプターに伝えます。
GridView
Button