java - 设计安卓架构
怪我咯
怪我咯 2017-04-17 17:36:16
0
3
461

1.今年部门要出一个部门内部的安卓架构,我作为负责人设计这个架构,但是我完全不知道应该怎么设计,我没有一个很完整的概念,求指教!

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
Peter_Zhu

1. Web App, Native App, Mix App
2. After determining the first point, start in detail

  • What communication protocol (http, https, socket)

  • If there are concurrency requirements, provide solutions

  • Is there any background service

  • Platform compatibility design

  • Client data model, storage method and correlation

  • What risks can be avoided

  • In order to develop quickly, which third-party libraries will be used, such as network requests, image processing, etc., their respective advantages, and your reasons for using them

  • Pretend to be cool, MVC or MVP

For reference only

迷茫

retrofit +rxjava+mvp

巴扎黑

Android FLux http://androidflux.github.io/docs/overvi...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template