Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are sorted fr...
分类:
其他好文 时间:
2014-11-17 00:17:02
阅读次数:
215
android-pulltorefresh一个强大的拉动刷新开源项目,支持各种控件下拉刷新ListView、ViewPager、WevView、ExpandableListView、GridView、(Horizontal)ScrollView、Fragment上下左右拉动刷新,比johannils...
分类:
移动开发 时间:
2014-11-15 21:40:57
阅读次数:
193
路透中文网:http://cn.reuters.com/
本应用主要使用 jsoup 实现html解析和数据展示
所以只取其中三个部分(热点文章,中国财经,国际财经)
其他组件:
PagerSlidingTabStrip ,ViewPager,Fragment结合使用
下拉刷新使用XListView
源码下载地址...
分类:
Web程序 时间:
2014-11-15 17:10:24
阅读次数:
224
在一个 Android 应用中,我们可以使用 FragmentPageAdapter来处理多 Fragment 页面的横向滑动。但是当 Fragment 对应的数据集发生改变时,我们都希望能够通过调用 mAdapter.notifyDataSetChanged() 来触发 Fragment 页面使用...
分类:
其他好文 时间:
2014-11-15 15:31:15
阅读次数:
222
ListView使用 ActionBar导航 基于ListView的下拉刷新和点击加载更多 制作左滑菜单 制作模仿微信的Tab,用layout 、ViewPager、Fragment实现 AsynTask异步加载和网络通信框架Volley 制作类似新浪微博的简易APP 制作...
分类:
移动开发 时间:
2014-11-15 12:57:41
阅读次数:
200
8.统计列印各科成绩,各分数段人数: 课程ID,课程名称,[100-85],[85-70],[70-60],[ b 时,[a, b]是一个空集。9.列印学生平均成绩及其名次 select count(distinct b.f) as 名次,a.学生ID,max(a.学生姓名),max(a.f) fr...
分类:
数据库 时间:
2014-11-15 11:15:53
阅读次数:
302
LinearLayout+ ViewPager + Fragment? FragmentManager + Fragment Tabhost已经过时
分类:
移动开发 时间:
2014-11-14 21:17:54
阅读次数:
250
今天在github里看到一个3D效果的ViewPager,感觉做出来的ViewPager滑动的时候效果十分的炫,就check out下来研究了一下如何实现的,以及如何使用,将整个ViewPager稍加修改后(主要是处理了一下与项目中其它控滑动控件的事件冲突)后,应用到了自己现在项目中。感觉这个效果真的非常的不错,现在把自己写的一个Demo分享出来。
下面是这个ViewPager嵌入到项目中的效...
分类:
移动开发 时间:
2014-11-14 17:51:31
阅读次数:
410
修改ScrollView的滑动速度和解决ScrollView与ViewPager的冲突...
分类:
其他好文 时间:
2014-11-13 19:00:09
阅读次数:
172