91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中怎么實現單選框

發布時間:2021-06-26 15:22:31 來源:億速云 閱讀:133 作者:Leah 欄目:移動開發

Android中怎么實現單選框,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

1.調用setOnCheckedChangeListener()方法,并把RadioGroup.OnCheckedChangeListener實例作為參數傳入

2.在RadioGroup.OnCheckedChangeListener的onCheckedChanged()方法里,取得被選中Android單選框的實例

例程源碼(Java)

  1. view source print?01.RadioGroup radioGroup = (RadioGroup) 
    findViewById(id.radioGroup);   

  2. radioGroup.check(id.radioButtonGreen);  

  3. RadioButton radioButton = (RadioButton) findViewById(  

  4. radioGroup.getCheckedRadioButtonId());  

  5. Log.v("Test", String.valueOf(radioButton.getText()));  

  6. radioGroup.setOnCheckedChangeListener(  

  7. new RadioGroup.OnCheckedChangeListener() {  

  8. public void onCheckedChanged(  

  9. RadioGroup group,  

  10. int checkedId) {  

  11. RadioButton radioButton = (RadioButton) findViewById(checkedId);   

  12. Log.v("Test", String.valueOf(radioButton.getText()));  

  13. }  

  14. }); 

例程源碼(Resource)

< RadioGroup android:id="@+id/radioGroup" android:layout_width="wrap_content" android:layout_height="wrap_content"> < RadioButton android:id="@+id/radioButtonRed" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/Red" /> < RadioButton android:id="@+id/radioButtonGreen" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/Green" /> < RadioButton android:id="@+id/radioButtonBlue" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/Blue" /> < /RadioGroup>

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

陕西省| 长治县| 民权县| 嘉禾县| 寿宁县| 连州市| 孝义市| 安达市| 亳州市| 鄄城县| 栾城县| 于田县| 南溪县| 余江县| 定州市| 潮安县| 枣强县| 太康县| 阿图什市| 静安区| 马龙县| 镶黄旗| 石狮市| 绥阳县| 循化| 门头沟区| 德惠市| 盘锦市| 阿拉善左旗| 阳城县| 饶阳县| 科尔| 疏附县| 舟曲县| 大理市| 湖口县| 泰宁县| 时尚| 宜川县| 荥阳市| 启东市|