English | 中文
Mart is a platform for software outsourcing. It contact the developers and the demand side by smart match system, provide a money escrow service and a tool which can help online management, improve the efficiency of the deliverable, balance the rights of both sides.
This repository is the offical app of Mart platform, you can install it from Google Play, 应用宝
· Mass of developers · Simple way to publish a demand · Online valuation · Divide a demand by some small stages, manage by stage · Provide different features depend on the role of user (developers or demand side)
Main page | Project list | Message | Valuation | Userinfo |
---|---|---|---|---|
- Clone code by Android Studio 3.0 or above
- Wait gradle sync, don't update project gradle version, might cost a few minutes
- Click "run" button in AS, :-)
├── net.coding.mart
│ ├── activity
│ │ ├── guide // guide page
│ │ ├── mpay
│ │ ├── reward // project page
│ │ ├── setting // setting page
│ │ └── user // user page
│ ├── common
│ │ ├── constant // some enum
│ │ ├── event // event class for eventbus
│ │ ├── htmltext // help class
│ │ ├── local // local data manager
│ │ ├── network // network help class
│ │ ├── share
│ │ ├── util
│ │ └── widget // custom widget
│ ├── developers // developer user
│ ├── job // project
│ ├── json // network, classes corresponding to json
│ ├── login // login and register
│ ├── setting // some static activity
│ ├── third // some third party code
│ │ └── sidebar // custom listview, could quick scroll by letter
│ ├── user
│ │ └── identityAuthentication
│ └── wxapi // WeChat request
Mart-Android use MIT license