# android-app **Repository Path**: tonlin/android-app ## Basic Information - **Project Name**: android-app - **Description**: OSC的 Android 第三方客户端源码,该项目Fork oschina/android-app. - **Primary Language**: Android - **License**: GPL-2.0 - **Default Branch**: normal - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 449 - **Forks**: 3667 - **Created**: 2014-08-25 - **Last Updated**: 2023-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #哎嘛-OSCHINA第三方客户端 =========== ## APP下载 [![qrcode](http://www.wwei.cn/Uploads/qrcode/2015/08/24/a04a2cf3164cd9a2f7d9b6a08f3746e0.png)](http://android.myapp.com/myapp/detail.htm?apkName=com.tonlin.osc.happy) [![屏幕截图](http://git.oschina.net/tonlin/android-app/raw/normal/screenshots/screen_shots2.jpg)](http://android.myapp.com/myapp/detail.htm?apkName=com.tonlin.osc.happy) ## 开源协议 本项目采用 GPL 授权协议,欢迎大家在这个基础上进行改进,并与大家分享。 * [GPL](http://www.gnu.org/licenses/licenses.en.html) ## 编译 ### 使用Gradle编译 最简单的方法是通过安装[Android Studio](https://developer.android.com/sdk/index.html) v1.+和[Gradle](https://www.gradle.org/) v2.2.1进行编译, 安装完成后,你就可以通过AndroidStudio导入工程进行开发了。 具体操作步骤如下: 1. 确保你的操作系统安装了JDK开发环境。 2. 确保你已经下载了Android SDK,并且下载了Build-tools v21.1.2 和 Android 5.0.1 SDK。 3. 确保你已经下载了Android Studio 和 Gradle。 4. 打开Android Studio导入工程 剩下工作请交给Gradle它会帮你完成剩下的事情。 ### 你可能会遇到的问题 使用gradle 或者 Android Studio会遇到一些网络障碍。这些障碍,使用 [红杏为开发者开放的免费的公益代理](http://honx.in/_VUh8JIkWGiHr2XaA) 可以解决。 ## 感谢 本项目也使用了其他第三方开源库例如: * [Android-maven-plugin](https://github.com/jayway/maven-android-plugin) * [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) * [PhotoView](https://github.com/chrisbanes/PhotoView) * [Android-sticky-listheaders](https://github.com/emilsjolander/StickyListHeaders) * [Android-ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView) * [Nineoldandroids](https://github.com/JakeWharton/NineOldAndroids) * [Material Dialogs](https://github.com/afollestad/material-dialogs)