Skip to content

easonho/ZhihuPaper

 
 

Repository files navigation

一个知乎日报客户端 - 新奇日报


介绍

如你所见,这是一个知乎日报客户端,我给它起名为:新奇日报。

因为有大把的时间需要在地铁上度过,而我又喜欢知乎日报中的内容,于是就想自己也开发一个知乎日报的客户端,没有让人皱眉的启动页广告,没有应用推荐,没有后台的消息推送,只提供最初的阅读功能。

经过了一段时间的开发,最初的设想已经全部完成:

  • 最新新闻、过往的新闻的展示
  • 下拉刷新数据
  • 新闻正文的展示(WebView的各种使用)
  • 正文中图片查看、保存至相册
  • 离线下载
  • 夜间模式
  • 收藏夹
  • 已读数据缓存
  • 内容分享至SNS

由于时间和精力的关系,可能会有一些适配问题未能来得及解决,而且不可避免的会存在BUG,希望你能够Fork一个分支出来,和我一同开发。

本程序依赖:

参考:

使用Ant批量打渠道包:

部分资源文件来源于知乎日报的官方客户端,其他图片资源获取自网络。另外,程序中所使用的所有Api,都是通过破解知乎日报官方客户端得来,最终解释权归知乎所有。

体验

体验apk

截图

  • 主页

截屏

  • 详情页

截屏

  • 收藏夹

截屏

  • 偏好设置

截屏

关于我

License

Copyright 2014 Cundong

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

一个知乎日报客户端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.2%
  • HTML 9.5%
  • CSS 5.4%
  • Other 0.9%