Coder Social home page Coder Social logo

campus_assistant's Introduction

campus_assistant

这是移动开发课程的Android项目,使用Bmob云后端提供诸如注册、登录、数据保存等服务,项目中联系使用了RxJava来处理异步任务,Logger作为调试日志工具,ORM框架使用GreenDAO。

更新日志

  • 17/2/18:完成了部分的UI设计并且接入bmob后端云,完成注册登录逻辑,测试了bmob与greendao的配合。
  • 17/2/19: 使用自定义view来实现tab渐变切换,完成了ViewPager+Fragment+TabView的切换,在Fragment中接入了LRecyclerView。
  • 17/2/21: 完成了剩余Fragment的UI设计,查阅官网关于bmob的数据存储和查找介绍,准备编写剩下Fragment的逻辑代码。

依赖列表:

//一些支持库
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.android.support:recyclerview-v7:24.2.0'
compile 'com.android.support:cardview-v7:24.2.0'
compile 'com.android.support:support-v4:24.2.0'
//一个好用的RecycleView封装
compile 'com.github.jdsjlzx:LRecyclerView:1.0.9'
//view注入框架
compile 'com.jakewharton:butterknife:8.4.0'
//ORM框架
compile 'org.greenrobot:greendao:3.0.1'
//日志
compile 'com.orhanobut:logger:1.15'
//实际没用使用的EventBus
compile 'org.greenrobot:eventbus:3.0.0'
//bmob后端云
compile 'cn.bmob.android:bmob-sdk:3.5.0'

campus_assistant's People

Contributors

baichuanqiao avatar

Watchers

James Cloos avatar  avatar

Forkers

maize1111

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.