- 博客(6)
- 收藏
- 关注
翻译 【API翻译】ExpandableListActivity
An activity that displays an expandable list of items by binding to a data source implementing the ExpandableListAdapter, and exposes event handlers when the user selects an item. 一个 通过绑定到实现了Expand
2014-09-18 10:05:17
408
原创 GregorianCalendar类与Calendar类有什么区别呢?
Calendar类是一个抽象类,GregorianCalendar类是继承Calendar类,是Calendar类的一个实现类
2014-09-17 11:01:47
1873
转载 Android SeekBar 拖动条 滑动条
作者:Virgo_S SeekBar是ProgressBar的一个子类,下面我们用一个可以改变并显示当前进度的拖动条例子来演示一下它的使用: 1、main.xml Java代码 "1.0" encoding="utf-8"?> "http://schemas.android.com/apk/res/android" android
2014-09-16 15:54:47
698
原创 安卓应用:小时分钟选择器-TimePicker的使用
“android DatepickerDialog(日期选择器)的使用”这篇文章说,时间需
2014-09-16 15:34:42
1439
转载 android应用中去掉标题栏的方法
做好则 在android中去掉标题栏有三种方法,它们也有各自的特点。 1.在代码里实现 [java] view plaincopy this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 记住:这句代码要写在setContentView()前面。 2.在清单
2014-09-16 15:30:57
342
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅