# android-app **Repository Path**: unixcrh/android-app ## Basic Information - **Project Name**: android-app - **Description**: OSCHINA 的 Android 客户端源码,可在 Google Play 或者国内几个应用市场上搜索“开源中国”来安装此app - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3660 - **Created**: 2014-04-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README android-app =========== 项目中引用的第三方库比较多,首先是HoloEverywhere项目,其中包括HoloEverywhere Library和HoloEverywhere Addon Preferences,其次是ActionBarPullToRefresh项目,用到了ActionBar-PullToRefresh / extras / actionbarcompat,编译时先要引用HoloEverywhere Library和ActionBarPullToRefresh Library,还有SlidingMenu项目,编译时需引用HoloEverywhere Library,然后修改SlidingMenu/app中的Activity为对应HoloEverywhere Library的Activity(SlidingActivity、SlidingFragmentActivity继承holo中的activity,SlidingListActivity继承holo中的ListActivity,SlidingPreferenceActivity继承holo中的PreferenceActivity),最后还引用了ViewPagerIndicator 和AppMsg,编译时注意保持support-v4的统一。