GithubHelp home page GithubHelp logo

bookbrowser's Introduction

BookBrowser

豆瓣图书信息浏览客户端

2015 年个人练手项目。

效果预览

apk 下载

Markdown

Markdown Markdown Markdown Markdown

开源库

高仿项目 MterialHome,感谢作者。

用到的第三方类库:

  • Google GSON (JSON 解析框架)
  • Glide (图片加载缓存框架)
  • Otto (解耦和框架)
  • Butter knife (View 注入框架)
  • Logger (日志工具)
  • Retrofit (网络请求框架)
  • ExpandTextView
  • SearchView
  • Circleimageview
   //Google GSON
    compile 'com.google.code.gson:gson:2.2.4'

    //Glide
    compile 'com.github.bumptech.glide:glide:3.6.1'

    //Otto
    compile 'com.squareup:otto:+'

    //Butter knife
    compile 'com.jakewharton:butterknife:8.4.0'
    annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'

    //Logger
    compile 'com.orhanobut:logger:1.3'

    //ParticleView
    compile 'me.wangyuwei:ParticleView:1.0.3'

    //Retrofit
    compile 'com.squareup.retrofit2:retrofit:2.1.0'
    compile 'com.squareup.retrofit2:converter-gson:2.1.0'
    compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'

    //OkHttp & OkIO
    compile 'com.squareup.okhttp3:okhttp:3.4.1'
    compile 'com.squareup.okio:okio:1.9.0'

    //RxJava & RxAndroid
    compile 'io.reactivex:rxandroid:1.2.1'
    compile 'io.reactivex:rxjava:1.1.6'

    //Fantasy
    compile 'com.github.mzule.fantasyslide:library:1.0.4'

    //Swipe Back
    compile 'me.imid.swipebacklayout.lib:library:1.0.0'

    //Circle ImageView
    compile 'de.hdodenhof:circleimageview:2.1.0'

    //ExpandTextView
    compile 'com.hymane.expandtextview:library:1.0.1'

    //SearchView
    compile 'com.miguelcatalan:materialsearchview:1.4.0'

bookbrowser's People

Contributors

jingkunliu avatar

Watchers

 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.