Giter VIP home page Giter VIP logo

yizhi's Introduction

一之


简介

“一之”是一款资讯类App,主要实现的内容如下:

  • 主页(知乎日报、每日新闻、微信精选)
  • 干货(每日推荐、干货定制、福利)
  • 影视(最新影视资讯,Top250电影推荐)
  • 书籍(文学类、文化类、生活类)
  • 个人(头像设置)

项目地址:https://github.com/Horrarndoo/YiZhi


运行截图

运行时权限&懒加载

运行时权限 懒加载

主页

主页1 主页2 主页_项目主页 主页_夜间模式 主页_分享

干货

干货_主页刷新 干货_定制 干货_福利

影视&书籍

影视_hot 书籍_hot

个人

个人_head1 个人_head2


敏感权限说明

	<!--用于进行网络定位-->
	<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
	<!--用于访问GPS定位-->
	<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
	<!--获取运营商信息,用于支持提供运营商信息相关的接口-->
	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
	<!--用于访问wifi网络信息-->
	<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
	<!--这个权限用于获取wifi的获取权限-->
	<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
	<!--用于访问网络-->
	<uses-permission android:name="android.permission.INTERNET"/>
	<!--用于读取手机当前的状态-->
	<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
	<!--写入扩展存储,向扩展卡写入数据,用于保存在线图片数据-->
	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
	<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
	<!--用于头像设置-->
	<uses-permission android:name="android.permission.CAMERA"/>
	<!--用于分享App-->
	<uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
	<!--用于分享App-->
    <uses-permission android:name="android.permission.GET_ACCOUNTS"/>

下载地址

Fir.im: http://fir.im/s4lr


API来源

知乎日报以及每日新闻API源于Github开源项目中提供的API,干货API使用的是GankIo提供的API,微信精选API来源于聚合数据,影视以及图书都是来源于豆瓣API。

  1. 知乎日报
  2. 每日新闻
  3. 微信精选
  4. 干货
  5. 影视
  6. 图书

开源项目

  1. Rxjava
  2. RxAndroid
  3. Retrofit
  4. Glide
  5. Butterknife
  6. Fragmentation
  7. Logger
  8. BaseRecyclerViewAdapterHelper
  9. PhotoView
  10. CircleImageView
  11. RxPermissions

感谢

感谢Github的各位开源作者提供宝贵的代码参考。


关于作者

Horrarndoo

LICENSE

Copyright 2017 Horrarndoo

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.

yizhi's People

Contributors

horrarndoo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.