Giter VIP home page Giter VIP logo

exp's Introduction

EXP

此项目主要是个人开发过程中总结的经验,和一些框架的实现封装,可以作为一个项目的基础框架使用。

主要封装了OkHttp,GreenDao。 抽象OkHttp使每个请求实现越来越简单,抽象DataBaseManager适用于所有数据库的增删改查,而且加了事务,插入集合的话就用事务就好了,官方说会比直接插入集合快一千倍。 用EventBus向前台通知结果,为了区分每个接口的失败通知,子类需实现getPostEvent()方法,return子类对象,UI层用该对象接收即可。 抽象的BaseRecyclerViewAdapter加入itemClick,itemLongClick,子类实现更简单易懂。 说多无意,直接看源码,第一次分享,多多提问题。

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.