From 635da98670e866baef1a6fea7d004262335536f1 Mon Sep 17 00:00:00 2001 From: SahilKhera14 <72156669+SahilKhera14@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:15:57 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9861dfa..111adbf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 趣刻 Android APP +# 趣刻 Android APP for fun. 该项目使用了RxJava & Retrofit & DBFlow进行开发,同时调用自己开源的[CoordinatorTabLayout](https://github.com/hugeterry/CoordinatorTabLayout) 和 [updatefun](https://github.com/hugeterry/UpdateDemo)
数据的存储使用了两种方式,主页采用DBFlow第三方数据库进行存储,阅读页采用 Retrofit+okhttp 缓存进行存储
From ba9e4dd4df76600b8004264f9e701c0b26439df2 Mon Sep 17 00:00:00 2001 From: SahilKhera14 <72156669+SahilKhera14@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:16:25 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 111adbf..45bd07d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 趣刻 Android APP for fun. +# 趣刻 Android APP For Fun. 该项目使用了RxJava & Retrofit & DBFlow进行开发,同时调用自己开源的[CoordinatorTabLayout](https://github.com/hugeterry/CoordinatorTabLayout) 和 [updatefun](https://github.com/hugeterry/UpdateDemo)
数据的存储使用了两种方式,主页采用DBFlow第三方数据库进行存储,阅读页采用 Retrofit+okhttp 缓存进行存储