开源的app接口:
1、荔枝新闻:
public static final String URL_BASE = "http://litchiapi.jstv.com";
public static final String URL_FIRST = URL_BASE + "/api/GetFeeds?column=0&PageSize=10&pageIndex=";
public static final String URL_LAST = "&val=100511D3BE5301280E0992C73A9DEC41";
//数据路径: URL_FIRST + index
//图片路径: URL_BASE + cover
3.F-Droid 是一个Android 开源App 仓库
F-Droid | Free and Open Source Android App Repository
4.[Android优秀开源项目 - 小猪爬爬]
(http://blog.tisa7.com/android_open_source_projects)
5.在这里,找到最新最流行的Android 开源类库
The Android Arsenal - A categorized directory of free libraries and tools for Android
6.大牛Trinea 写的Android 开源项目汇总
Trinea/android-open-project - Trinea