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 ギャラリー コンポーネントを使用してフォトギャラリーを表示したいのですが、すべての画像の下に説明テキストを表示したいと考えています。どのようにできるのか?画像のみまたはテキストのみを使用した例しか見つかりませんでした。
ギャラリーにはあらゆる種類のビューを配置できます。たとえば、ImageView と TextView を組み合わせた LinearLayout を作成したり、ImageView.onDraw を派生させてテキストを描画したりできます。