Android 上类似IOS 的开关控件。 Android ToggleButton
- 授权协议: GPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/zcweng/ToggleButton
- 软件文档: https://github.com/zcweng/ToggleButton
软件介绍
Android 上类似IOS 的开关控件。
ToggleButton toggleBtn;
//切换开关
toggleBtn.toggle();
//开关切换事件
toggleBtn.setOnToggleChanged(new OnToggleChanged(){
@Override
public void onToggle(boolean on) {
}
});
toggleBtn.setToggleOn();
toggleBtn.setToggleOff();
Measure What Matters
John Doerr / Portfolio / 2018-4-24 / GBP 19.67
In the fall of 1999, John Doerr met with the founders of a start-up he’d just given $11.8 million, the biggest investment of his career. Larry Page and Sergey Brin had amazing technology, entrepreneur......一起来看看 《Measure What Matters》 这本书的介绍吧!
