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();
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!
