您的位置:首页 > 其它

[置顶] 实用的开源项目

2016-12-29 15:02 134 查看
一些觉得有用的网上的开源工程,以备不时之需

pinned-section-listview

带有标题的listview,使用与类似通讯录有不同字母开头的列表。

https://github.com/beworker/pinned-section-listview

SwipeLinearLayout

一个可以单独拆出来用的侧滑控件,可以放进listView等控件里,可以实现单独定制是否可以侧滑。界面完全可以自己定制,简单易用。



https://github.com/chenlinfeng/SwipeLinearLayout.git

picasso

一个强大的图片下载缓存开源工程

A powerful image downloading and caching library for AndroidFor more information please see the website

https://github.com/square/picasso

retrofit

网络请求开源工程

Type-safe HTTP client for Android and Java by Square, Inc.

https://github.com/square/retrofit

butterknife

可以使用注解绑定控件以及监听的工具,从此告别findviewbyid等方法。

https://github.com/JakeWharton/butterknife
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: