Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 關於android開發 >> 我的android學習經歷4,android學習經歷4

我的android學習經歷4,android學習經歷4

編輯:關於android開發

我的android學習經歷4,android學習經歷4


部門常用控件的列舉

今天介紹一下最最常用的最基本的控件

1.Button 按鈕

2.TextView 文本顯示(相當於java控件中的Label)

3.EditText 編輯文本框 (相當於java控件中的TextField)

4.RadioGroup和RadioButton 單選按鈕控件。因為兩個經常結合起來用,所以放在一起

5.CheckBox 多選按鈕

6.Toast 可以用來輸出提示信息

當然android的控件還很多,到後面會慢慢介紹。從上面的列舉中也看到android的控件和java 的控件幾乎就一樣。所以

學習android前學習java是非常有必要的。也要注意每個控件的監聽器是不一樣的。

不對的請大家多多批評,謝謝

 

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved