0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Androidを使い熟す!】Android Widgetについて

Posted at
※Android技術者認定にも役に立ちます!

ウィジェット(Widget)とは?

説明ユーザインタフェースを構成する部品のこと。
# よく使われるユーザインタフェース部品
・TextView
テキストを表示するための部品
・EditText
テキストを入力するための部品
 
・ImageView
画像を表示するための部品
 
・Button
クリック可能なボタン。
 
・CheckBox
複数選択が可能なチェックボックス
 
・RadioButton
単一選択可能なラジオボタン
…などたくさんあります。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?