Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bianwl/CSDN
csdn资讯客户端
https://github.com/bianwl/CSDN
Last synced: 3 months ago
JSON representation
csdn资讯客户端
- Host: GitHub
- URL: https://github.com/bianwl/CSDN
- Owner: bianwl
- License: apache-2.0
- Created: 2016-04-12T01:45:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T02:41:04.000Z (over 8 years ago)
- Last Synced: 2024-07-01T09:39:40.808Z (5 months ago)
- Language: Java
- Size: 7.63 MB
- Stars: 24
- Watchers: 7
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSDN
csdn资讯客户端
#简介
1、通过jsoup抓取html的csdn资讯新闻信息,使用官方SWipeRefreshLayout 进行下拉刷新,RecyclerView 资讯列表展示;
2、数据库存储最近一次刷新的数据,当网络或服务器错误时,通过本地获取库获取最后一次更新的数据进行展示。
3、界面效果如下:
![image](https://github.com/bianwl/CSDN/blob/master/csdn.gif)