上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 51 下一页
摘要: reference to : http://blog.csdn.net/a910626/article/details/45599133 我看了一下asyncTask是从LV3开始,AsyncTaskLoader是从LV11开始的。 是不是说LV11以后,AsyncTaskLoader可以替代Asy 阅读全文
posted @ 2016-12-20 21:02 demoblog 阅读(847) 评论(0) 推荐(0) 编辑
摘要: reference to : http://www.ablanxue.com/prone_10575_1.html 完美 Android Cursor使用例子(Android数据库操作),Android 使用的数据库是SQLite数据库,对于数据库记录的操作,可以使用Cursor(游标)来进行。 1 阅读全文
posted @ 2016-12-20 20:07 demoblog 阅读(5517) 评论(0) 推荐(0) 编辑
摘要: reference to : http://www.linuxidc.com/Linux/2014-12/110165.htm 前一篇文章主要讲了自定义View为什么要重载onMeasure()方法(见 http://www.linuxidc.com/Linux/2014-12/110164.htm 阅读全文
posted @ 2016-12-05 22:30 demoblog 阅读(828) 评论(0) 推荐(0) 编辑
摘要: reference to : http://www.linuxidc.com/Linux/2014-12/110164.htm Android开 发中偶尔会用到自定义View,一般情况下,自定义View都需要继承View类的onMeasure方法,那么,为什么要继承onMeasure()函 数呢?什 阅读全文
posted @ 2016-12-05 22:19 demoblog 阅读(427) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/a910626/article/details/51548840 一.Scroller是什么? Android里 Scroller类是为了实现View平滑滚动的一个Helper类。通常在自定义的View时使用,在View中定义一 阅读全文
posted @ 2016-11-29 12:24 demoblog 阅读(602) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/welovesunflower/article/details/7926512 工作中遇到一个需求,对ListView某一项操作后刷新ListView,但是如果直接刷新,界面上ListView从第一列开始显示,用户体验不好,于是 阅读全文
posted @ 2016-11-28 19:15 demoblog 阅读(1856) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/voo00oov/article/details/45745819 这个方法的作用是 把Android系统中的非标准度量尺寸转变为标准度量尺寸 (Android系统中的标准尺寸是px, 即像素) Android系统中的尺寸单位有 阅读全文
posted @ 2016-11-17 22:52 demoblog 阅读(533) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wuyinlei/article/category/5773375 阅读全文
posted @ 2016-11-17 02:29 demoblog 阅读(142) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/u012858313/article/details/38821857 项目中遇到一个问题,就是用到DownloadManager的时候先判断一下,如果有自己定义的用自己的,没有的话用系统的,DownloadManager代码其 阅读全文
posted @ 2016-11-17 01:30 demoblog 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/ming2316780/article/details/51578621 一、首先是Listview的属性设置 设置滑动到顶部和底部的背景或颜色: 设置滑动到边缘时无效果模式: 设置滚动条不显示: 以下是整体设置(overScr 阅读全文
posted @ 2016-11-15 21:08 demoblog 阅读(4434) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 51 下一页