- 授权协议: LGPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://code.google.com/p/android-binding/
- 软件文档: http://code.google.com/p/android-binding/w/list
软件介绍
Android Binding 提供了一个通用的框架用来实现 Android 的视图部件跟数据模型进行绑定的功能,用来实现 Android 应用程序的 MVC 模式。
Android-Binding is a MVVM (Model-View-ViewModel) framework, that helps freeing the Activity from working directly to User Interfaces. As an Activity, it's job is only to supply the ViewModel that the View requires to render the result while ViewModel is a class that with zero direct coupling with the View (and actually you might supply a different View to it).
关键特性:
- Declare view binding in Layout XML files. No additional files needed.
- Helps implements MVVM
- Much easier for Unit-Testing
- Model Validation that validates against ViewModel
- Support Cursor results, and you can even validate the cursor result!
Effective STL中文版
[美]Scott Meyers / 潘爱民、陈铭、邹开红 / 清华大学出版社 / 2006-1 / 30.00元
STL是C++标准库的一部分。本书是针对STL的经验总结,书中列出了50个条款,绝大多数条款都解释了在使用STL时应该注意的某一个方面的问题,并且详尽地分析了问题的来源、解决方案的优劣。一起来看看 《Effective STL中文版》 这本书的介绍吧!
