开源中国

OSChina Android

  • master中不再放置源码,请切换到对应tag或branch查看
  • 源码仅作学习,接口将进行限制,如需请求API接口应使用 openapi
  • 新版相关代码集中在“net.oschina.app.improve”包中,其他包中代码将逐步清理。
  • 项目分包方式采取功能模块进行分包,查看代码请按功能查询
  • 由于接口逐步进行规范化限制,自己编译后将会出现大部分接口请求无数据的情况(这不是BUG)
  • 新项目已抛弃ListView转而使用Recyclerview

相关依赖

  • com.android.support:Google官方适配包,用于提供卡片、列表、主题等基础模块
  • android-async-http:当前正在使用的网络框架(后续会进行迁移)
  • butterknife:注解库,用于简化findView和onClick操作
  • com.google.zxing:用于二维码扫描
  • pub.devrel:easypermissions:简化权限请求的库
  • com.github.bumptech.glide:所有的图片请求管理库
  • de.hdodenhof:circleimageview:用于圆角图片的实现
  • com.google.code.gson:Json-Model解析库,新API已弃用XML数据格式
  • net.qiujuer.genius:用于图片模糊,Material Design 控件5.0以下适配
  • net.oschina.common:OSChina官方工具包,用于提供基础功能支持

开源协议

The MIT License (MIT)
Copyright (c) 2016 OSChina.net

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.

本文章来自于https://gitee.com/oschina/android-app

你可能感兴趣的:(开源中国)