GithubHelp home page GithubHelp logo

knowledge's Introduction

Check out English version

Android 红包问答群45923235

新项目Girls代码更清晰更适合学习。

目录

  1. 简介
  2. 截图
  3. 知识
  4. 依赖
  5. 支持

简介

下载apk点这里

Knowledge是一个MaterialDesign风格和MVP模式的项目。你可以方便地阅读知乎日报和煎蛋网的新鲜事,还可以浏览妹子图,让我们一起嘿嘿嘿~(作者比较懒,只在360手机助手上线了。如果你在学习中遇到任何bug、疑问,请提交一个issue)或发邮件

截图

可以学到:

  • Android Design库的使用
  • 自定义你的基类Activity
  • 应用MVP模式到项目中
  • 使用Webview时避免内存泄露
  • OKhttp封装框架的用法
  • 用Gson解析网络数据
  • 用Glide加载图片
  • 用Realm缓存数据
  • 加特效的启动页的写法
  • 设置页的写法
  • Activity的转换特效(对,duang的那种)
  • 更多惊喜等待你发现(手动斜眼)

使用到的库

dependencies {
    debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1' //检测内存泄露
    compile 'com.android.support:design:23.1.1'//design控件库
    compile 'com.bigkoo:convenientbanner:2.0.5'//一个图片轮播控件
    compile 'com.android.support:cardview-v7:23.1.1'
    compile 'com.github.bumptech.glide:glide:3.6.0'//图片加载库
    compile 'com.jakewharton:butterknife:7.0.1'//帮你省去findview
    compile 'com.google.code.gson:gson:2.5'
    compile 'com.zhy:okhttputils:2.2.0'//okhttp封装
    compile 'com.android.support:recyclerview-v7:23.1.1'
    compile 'io.realm:realm-android:0.87.4'//快速、简洁的跨平台数据库
    compile 'com.github.orhanobut:logger:1.12'//漂亮的log工具
}

TODO

  • 隐藏模式
  • 更换主题

支持我

如果你喜欢这个repository,请我喝杯咖啡,我会更用心让它更完美~ 打开你的微信

knowledge's People

Contributors

bryant1410 avatar imgod1 avatar

Watchers

 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.