Giter Site home page Giter Site logo

takeaway's Introduction

仿美团外卖项目

用到的一些技术和第三方库

本项目用到了一些目前Android端比较流行的一些技术

  • MVP
  • Dagger2
  • Retrofit
  • Picasso
  • ButterKnife
  • Ormlite
  • 短信验证登录
  • 高德地图
  • 极光推送
  • 支付宝支付
  • APK瘦身
  • 多渠道打包

Android UI




Dagger2

编译时依赖注入的框架,在MVP架构下更加解耦V层与P层的关联。解决了反射在开发中带来的性能问题

高德地图

用到了定位,POI检索,添加覆盖物和绘制运动轨迹等功能

APK瘦身

  • 代码混淆

在混淆ormlite和Gson的时候,因为用到很多实体类,所以需要手动配置不混淆实体类 -keep class com.sx.takeaway.model.net.bean.** { *; }

  • 去除无用的图片资源
  • 去除无用的语言包
  • 压缩图片

友盟多渠道打包

takeaway's People

Contributors

sun0630 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.