- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 Android 开源库收集 持续更新中..........................
1. https://github.com/pedrovgs/DraggablePanel
2014-08-14 15:55:06
393
原创 点击背景 关闭键盘
- (IBAction)View_TouchDown:(id)sender { // 发送resignFirstResponder. [[UIApplication sharedApplication] sendAction:@selector(resignFirstResponder) to:nil from:nil forEvent:nil]; }
2013-06-06 10:39:08
475
原创 ScrollView 置顶效果
可以使用mScrollView.smoothScrollTo(x,y)方法。 x y 是坐标位置 ,mScrollView.smoothScrollTo(0,0); 就置顶了
2013-04-28 11:42:00
549
转载 Android中防止Toast重复弹出相同的信息
private Toast mToast; public void showToast(String text) { if(mToast == null) { mToast = Toast.makeText(OrderDetail.this, text, Toast.LENGTH_SHORT); } else {
2013-04-07 14:34:57
672
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人