- 授权协议: GPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://git.oschina.net/oldfeel/tool_android
- 软件文档: http://git.oschina.net/oldfeel/tool_android
软件介绍
android开发工具包
1 简化网络请求,自动处理链接失败/链接超时
2 上拉加载更多,下拉刷新(网络下载的)
3 封装listviewfragment,传入 netparameters(网络请求参数),itemclicklistener(元素点击监听),adapter(适配器),isPaging(是否分页),即可完成listview的内容的网络请求以及显示
4 简化标题栏的显示.通过topfragment自动处理左上角的返回按钮(如果有的话)
5 简化搜索栏
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!
