整合多个软件外包平台项目信息,替你筛选优质项目
展示你关注的外包信息,比如: 移动app、网站开发、微信/小程序。
展示所有的外包信息。
展示标题或描述中含有指定关键词的外包信息。
贴出二维码方便下载
- 框架:MVP
- 网络访问:Retrofit2 + OkHttp3
- 网络缓存:RxCache
- 数据及解析:Gson 解析 json
- 异步框架:RxJava2
- 设计规范:Material Design
- 界面布局:BottomNavigationView + ViewPager + Fragment
- 第三方接入:ShareSdk、友盟 app 统计、TinkerPatch 热更新
- ViewPager 懒加载:在 Activity 生命周期内仅加载一次,且第一次可见时加载。
- LCEE 界面逻辑:也就是加载、内容、错误、空视图。
- com.ittianyu.pocenter
- common 公用代码
- api 网络访问代码
- base 基类
- bean 实体类
- utils 工具类
- features 功能
- detail 详情
- find 发现
- home 主页
- mime 我的
- search 搜索
- type 标签管理
- version 版本更新
- MainActivity 主界面
- SplashActivity 欢迎界面
- common 公用代码
- 混淆:如果项目中有用到 Gson 解析数据,不要混淆实体类。最好养成用一个库,就加上一个库的混淆代码的习惯。
感谢工作室的 UI大大 给与了关于配色方面的建议。
MIT License
Copyright (c) 2017 ittianyu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.