实用的开源项目

来源:互联网 发布:查理.普斯 知乎 编辑:程序博客网 时间:2024/05/19 02:44

一些觉得有用的网上的开源工程,以备不时之需

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

0 0
原创粉丝点击