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.
このような GridView を作成したい:
でも、方法がわからない!Android GridView の操作方法は知っていますが、これは好きではありません。ライブラリの提案やヒントは大歓迎です。
ありがとう。
このような GridView を作成したい
あなたが参照している は、を使用せずViewに非常に簡単に作成できます。コンポーネント (衣類、バッグ、靴など) が静的な場合は、内にネストして使用できます。GridViewLinearLayouts (with weights)ScrollView
View
GridView
LinearLayouts (with weights)
ScrollView
ライブラリの提案やヒントは大歓迎です。
StaggeredGridView を試すことができます:リンク
始めるためのデモ プロジェクト:リンク