Changelog History
-
v0.8.14 Changes
June 13, 20160๏ธโฃ 1. #238 - Problem with preinitialization of views. ItemPresentationModel defaults to PreInitializingViews.YES. Big thanks to @zbigniew-malinowski 's contribution on this. @zbigniew-malinowski made this feature available. ๐ 2. #248 - Lost theme and style with AppCompatActivity.
- #253 - Prefer using view.setTag(id, value) After API 14 to avoid conflict with glide for example. ๐ 4. Removed the dependency on Google Guava, which has caused a lot of difficulties for new users.
-
v0.8.13 Changes
January 24, 2016 -
v0.8.12 Changes
December 05, 2015 -
v0.8.11 Changes
October 26, 2015๐ 1. @ItemPresenationModel now added ItemLayout selector to support multiple layouts:
@ItemPresentationModel(value = StringItemPresentationModel.class,
factoryMethod = "createDifferentStringItemPresentationModel",
viewTypeSelector = "selectViewType")
example - https://github.com/RoboBinding/RoboBinding-gallery/blob/master/app/src/main/java/org/robobinding/gallery/presentationmodel/AdapterViewPresentationModel.java ๐ 2. Added RecyclerView support. You can apply same @ItemPresentationModel for RecyclerView. And It support List, TypedCursor and new DataSetObservable. Actually, All Adapter liked View automatically support the three DataSet types. Also if you read RecyclerViewBinding implemenation, you will know that you can easily implement any third party or not-yet implemented DataSet Views easily. RoboBinding is designed for extension.example:
https://github.com/RoboBinding/RoboBinding-gallery/blob/master/app/src/main/res/layout/activity_recycler_view.xml
https://github.com/RoboBinding/RoboBinding-gallery/blob/master/app/src/main/java/org/robobinding/gallery/activity/RecyclerViewActivity.java
https://github.com/RoboBinding/RoboBinding-gallery/blob/master/app/src/main/java/org/robobinding/gallery/presentationmodel/RecyclerViewPresentationModel.javaRecyclerViewBinding implemenation:
๐ https://github.com/RoboBinding/RoboBinding/tree/develop/extras/src/main/java/org/robobinding/supportwidget/recyclerview -
v0.8.10
August 02, 2015 -
v0.8.9
October 14, 2014 -
v0.8.8
September 26, 2014 -
v0.8.7
September 24, 2014 -
v0.8.6
September 20, 2014 -
v0.8.5
August 29, 2014