参考知乎日报,使用网络上的Api,仿写了一个知乎日报客户端。
由于使用非正常手段获取Api,若被告知需停止共享与使用,本人会及时删除此页面与整个项目。
本项目使用React Native进行开发
XiaoxiaZhihu Android客户端Kotlin版本
XiaoxiaZhihu Android客户端Android Architecture Components版本
|--XiaoxiaZhihuRN
|-- android // andorid code
|-- ios // andorid code
|-- node_module // node_module code
|-- React // React Native
|-- data // http api
|-- native // android native bridge
|-- ui // react naive ui page
|-- util // util
|-- widget // custom widget
|-- native widget//
cd React
npm install
npm start
./gradew installDebug
- 使用redux模式
- 支持iOS
- banner轮训支持iOS
- 完成基本功能
- banner轮训问题
- WebView与ScrollView兼容问题
- ToolbarAndroid做成平台无关性
- 性能优化