Git Product home page Git Product logo

coolwanandroid's Introduction

CoolWanAndroid

CoolWanAndroid,是一款基于MVP+Dagger2+Rxjava2+Retrofit+Material Design的应用

温馨提示

  • Android Studio 上提示缺失Dagger生成的类,可以直接编译项目,会由Dagger2自动生成
  • 本人能力有限,项目中还有一些不够完善的地方
  • 项目中所用到的api均由wanAndroid网站提供,纯属供学习之用,不做其他用途。

实现功能

  • 首页
  • 知识体系
  • 公众号
  • 项目
  • 搜索、搜索热词、搜索记录
  • 登录、注册、注销、
  • 添加收藏、取消收藏、收藏列表显示
  • 夜间模式、无图模式,自动缓存,清除缓存
  • 文章内容,分享内容
  • 应用内自动检查更新

版本

V1.0

  1. CoolWanAndroid第一版

感谢

coolwanandroid's People

Contributors

anyryoma avatar

Stargazers

Halo avatar xiaoDongBei90 avatar  avatar 北方埋 avatar gdchent avatar Joker avatar wugong avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

xonoer

coolwanandroid's Issues

dagger

每个Activity都要一坨这样的代码
mMainActivityComponent = DaggerMainActivityComponent.builder()
.appComponent(App.getAppComponent())
.build();
mMainActivityComponent.inject(this);
期待大佬更新使用dagger-android

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.