真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Android中RadionButton與CheckBox的應用-創(chuàng)新互聯(lián)

//RadioGroup中xml文件的配置

        
        
        
    
    
    //RadioGroup中activity中代碼片段
    public class MainActivity extends Activity {
	private RadioGroup radiogroup;
	private RadioButton femalebutton,malebutton;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        radiogroup=(RadioGroup)findViewById(R.id.radiogroupid);
        femalebutton=(RadioButton)findViewById(R.id.femalebutton);
        malebutton=(RadioButton)findViewById(R.id.malebutton);
        RadioGroupLis r=new RadioGroupLis();
        radiogroup.setOnCheckedChangeListener(r);
    }
    
    
    class RadioGroupLis implements OnCheckedChangeListener{

		@Override
		public void onCheckedChanged(RadioGroup group, int checkedId) {
			if(checkedId==femalebutton.getId())
			{
				Toast.makeText(getApplicationContext(), "選中female", Toast.LENGTH_LONG).show();
			}else if(checkedId==malebutton.getId())
			{
				Toast.makeText(getApplicationContext(), "選中male", Toast.LENGTH_SHORT).show();
			}
		}
    	
    	
    	
    }
    
    CheckBox中xml文件
    
	
	
    
    //checkbox中的activity文件
    
    public class MainActivity extends Activity {
	private CheckBox eatbox,sleepbox,playbox;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        eatbox=(CheckBox)findViewById(R.id.eatid);
        sleepbox=(CheckBox)findViewById(R.id.sleepid);
        playbox=(CheckBox)findViewById(R.id.playid);
        onBoxLis listener=new onBoxLis();
        eatbox.setOnClickListener(listener);
        sleepbox.setOnClickListener(listener);
        playbox.setOnClickListener(listener);
        
    }
    
    //onclickListener的使用方法
    class onBoxLis implements OnClickListener{

		@Override
		public void onClick(View v) {
			CheckBox box=(CheckBox)v;
			if(box.isChecked())
			{
			Toast.makeText(getApplicationContext(), "被選中",
				     Toast.LENGTH_SHORT).show();
			}else{
				Toast.makeText(getApplicationContext(), "未被選中", Toast.LENGTH_LONG).show();
			}
		}
    	
    }

我們提供的服務有:網(wǎng)站設計制作、成都做網(wǎng)站、微信公眾號開發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認證、根河ssl等。為上1000家企事業(yè)單位解決了網(wǎng)站和推廣的問題。提供周到的售前咨詢和貼心的售后服務,是有科學管理、有技術(shù)的根河網(wǎng)站制作公司

另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。


分享文章:Android中RadionButton與CheckBox的應用-創(chuàng)新互聯(lián)
網(wǎng)頁地址:http://weahome.cn/article/disiji.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部