Skip to content

Commit 72dc738

Browse files
committed
v1.0 Update README.md
1 parent 832f4d1 commit 72dc738

18 files changed

Lines changed: 27 additions & 18 deletions

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
## Introduce
1010
一款基于网易云音乐UI,使用GankIo及豆瓣api开发的符合Google Material Desgin阅读类的开源项目。项目采取的是Retrofit + RxJava + MVVM-DataBinding架构开发。全项目使用的是DataBinding,包括RecyclerView的BaseHolder、页面布局等,使用方便简洁,代码结构清晰。现主要包括:干货区、电影区和书籍区。开发中所遇到的各种问题已总结在[这里][5]
1111

12-
## Screenshot
13-
- **干货区**
12+
## 效果图
13+
- **干货**
1414

15-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_gank_00.png"></img>
16-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_gank_01.png"></img>
17-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_gank_02.png"></img>
18-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_gank_03.png"></img>
19-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_gank_04.png"></img>
15+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_gank_00.png"></img>
16+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_gank_01.png"></img>
17+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_gank_02.png"></img>
18+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_gank_03.png"></img>
19+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_gank_04.png"></img>
2020

21-
- **电影区**
21+
- **电影**
2222

23-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_movie_01.png"></img>
24-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_movie_02.png"></img>
25-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_movie_03.png"></img>
23+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_movie_01.png"></img>
24+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_movie_02.png"></img>
25+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_movie_03.png"></img>
2626

27-
- **书籍区**
27+
- **书籍**
2828

29-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_book_01.png"></img>
30-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_book_02.png"></img>
31-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_book_03.png"></img>
29+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_book_01.png"></img>
30+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_book_02.png"></img>
31+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_book_03.png"></img>
3232

3333
- **抽屉界面**
3434

35-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_menu_01.png"></img>
36-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_menu_02.png"></img>
37-
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/page_menu_03.png"></img>
35+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_menu_01.png"></img>
36+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_menu_02.png"></img>
37+
<img width="160" height=“274” src="https://github.com/youlookwhat/CloudReader/blob/master/file/page_menu_03.png"></img>
3838

3939
## 模块分析
4040
### 干货区(gank.io)
@@ -79,6 +79,10 @@
7979
- 电影详情页是仿网易云音乐的歌单详情页做的,并封装成基类,方便使用。效果有转场动画,透明状态栏,滑动title渐变色等,几乎和歌单详情页一模一样。
8080
- 书籍类数据展示使用的是``SwipeRefreshLayout``刷新控件结合``RecyclerView``的方式,支持一般的列表、GridView和瀑布流的上拉加载的使用。
8181

82+
83+
## See Detail
84+
> [戳这里查看详情]()
85+
8286
## Thanks
8387
- 我几乎看过了所有关于Android仿网易云音乐的项目与文章,发现大部分做的都不够细致,也没有比较好的内容填充,于是决心自己着手做一个,才有了这个开源项目。这里列出主要参考的内容。
8488

app/src/main/res/layout/content_scrolling.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
android:layout_marginRight="10dp"
8080
android:background="@color/colorWhite"
8181
android:padding="7dp"
82+
android:layout_marginBottom="15dp"
8283
android:text="@string/string_lib"
8384
android:textColor="@color/colorTitle"
8485
android:textIsSelectable="true" />

file/Introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div align=center><img width="450" height="100" src="https://github.com/youlookwhat/CloudReader/blob/master/screenshot/title.png""/></div>
2+
3+
## Detail Introduction
4+
  网易云音乐于2013年4月23日正式发布,是一款主打发现和分享,带有浓厚社交基因的网络音乐产品。相信用过的人都知道它给人的体验是极好的,“听得越多,推荐越准”

0 commit comments

Comments
 (0)