开朗黑夜

文章
11
资源
0
加入时间
2年10月17天

Android使用Intent完成活动之间的通信

假设我们由一个活动FirstActivity,作为主活动,并且这个活动加载了一个布局,该布局上有一个按键名称为Button1,id为button_1 现在,转到这个活动的源码文件上:public class FirstActivity extends AppCompatActivity { @Override protected void onCreate(Bund...

401. Binary Watch (二进制手表)

A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59).Each LED represents a zero or one, with the least significant bit o