Git Product home page Git Product logo

qingkee's Introduction

QingKee

对青客项目的完全重构,理清思路,总结经验。

  1. minSdkVersion 14,最低支持 Android 4.0。
  2. 添加 http://jakewharton.github.io/butterknife,简化代码。
  3. 添加 https://github.com/eluleci/FlatUI,确定应用颜色。
  4. 添加 appcompat-v7:22.1.1,兼容低版本。
  5. Toolbar 的背景色不受主题的影响,需要另外设置。
  6. 为 Toolbar 添加菜单:setSupportActionBar(toolbar)。
  7. 改变 Toolbar 菜单样式:app:popupTheme="@style/Theme.AppCompat.Light"。
  8. 为 Toolbar 添加阴影,使界面更有层次感。
  9. 添加 https://github.com/mcxiaoke/android-volley,记得添加访问网络的权限。
  10. 添加 https://github.com/navasmdc/MaterialDesignLibrary
  11. 添加 https://github.com/afollestad/material-dialogs, 因为上一个库的 Dialog 不够棒。
  12. 用 AppCompatActivity 替换掉已过时的 ActionBarActivity。
  13. 添加 https://github.com/traex/RippleEffect
  14. 添加 https://github.com/Lesilva/BetterSpinner
  15. 添加 RecycleView,CardView 以及 https://github.com/castorflex/SmoothProgressBar
  16. 添加 https://github.com/loopj/android-async-http,因为 volley 上传我还不会。
  17. 添加 https://github.com/journeyapps/zxing-android-embedded
  18. 添加 https://github.com/linger1216/labelview
  19. 添加 https://github.com/Clans/FloatingActionButton
  20. 添加 https://github.com/neokree/MaterialTabs

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.