2014-06-26 13:39 GMT-03:00 stepharo <[email protected]>: >>> Other frameworks use a datasource design (like cocoa, swt… and basically >>> all the serious frameworks I know about). > can you give a pointer?
You're asking the other Esteban, but I can share how Android does it, by using AdapterView and Adapter. http://developer.android.com/intl/es/reference/android/widget/AdapterView.html http://developer.android.com/intl/es/reference/android/widget/Adapter.html In the case of Lists there is ListView with specific list behavior, but the recycling is the same. Regards, Esteban A. Maringolo ps: There is a forthcoming RecyclerView in the next Android SDK. It is being announced in this very moment in Google I/O, Room 8.
