gcgongchao / ZhiHuDailyLinks
这个开源是一个简单的知乎日报的编写,主要目的是练习MaterialDesign的相关知识、以及RecycleView、CardView的使用。
☆12Updated 9 years ago
Alternatives and similar repositories for ZhiHuDaily
Users that are interested in ZhiHuDaily are comparing it to the libraries listed below
Sorting:
- 在Chris Banes的Android-PullToRefresh的基础上增加了RecyclerView的支持与Demo☆57Updated 9 years ago
- Android文件&缓存管理☆29Updated 11 years ago
- 这是一个滑动选择器,类似于SeekBar的效果☆49Updated 10 years ago
- 可定制的ViewPagerIndicator,当然不通过ViewPager也可以用☆58Updated 9 years ago
- 类似今日头条详情页,可以有两个Child View,并且这两个Child VIew都可以垂直滚动,比如WebView+ListView,但对Child View没有限制。☆72Updated 9 years ago
- this is a common utils of android (used to fast develop). contains QuickAdapter of ListView,RecyclerView.ExpandListView. and so on.☆36Updated 9 years ago
- 打字机效果☆80Updated 10 years ago
- 应为需要实现一个类似于双向滑动的SeekBar,看看了Android 自身的SeekBar 实在是太简陋了,根本实现不了所需要的功能故,自己自定义一个View 简单的实现了类似于双向滑动的SeekBar 效果。 吐槽一下,功能比较简单,计算有点稍微复杂.....☆95Updated 9 years ago
- 设计与实现朋友圈视频的滚动播放功能☆57Updated 8 years ago
- 使用ViewDragHelper,仿照豆瓣音乐效果☆65Updated 10 years ago
- a custom view like the Gossip,with responsive items☆62Updated 10 years ago
- 固定在ScrollView顶部的View☆90Updated 10 years ago
- 一个Android SpannableStringBuilder 快速构建工具,可以让你用链式表达式,快速写出想要的效果☆48Updated 9 years ago
- 可以镶嵌在Listview或者是ScrollView里面的ListView☆20Updated 11 years ago
- A Site Navigation for Android Developers☆35Updated 10 years ago
- 模仿Path的Dialog特效动画☆65Updated 9 years ago
- 选择省份或者是城市模块,可以直接拿来用☆102Updated 10 years ago
- custom load more recyclerview, actually it can also add header!☆48Updated 8 years ago
- 这是一个可以实现下拉刷新和自动加载下一页的ListView,下拉刷新使用Google的原生效果