Re: [Pharo-dev] evicted zombie process from run queue
Esteban wrote:
Other frameworks use a datasource design (like cocoa, swt⦠and basically all the serious frameworks I know about). and no, we do not have a default design for this kind of big components (a serious absence, IMO).
Serious absence indeed. Stephan
Esteban wrote:
Other frameworks use a datasource design (like cocoa, swt⦠and basically all the serious frameworks I know about).
can you give a pointer?
and no, we do not have a default design for this kind of big components (a serious absence, IMO). Serious absence indeed.
Stephan
2014-06-26 13:39 GMT-03:00 stepharo <stepharo@free.fr>:
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.ht... 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.
2014-06-26 15:13 GMT-03:00 Esteban A. Maringolo <emaringolo@gmail.com>:
2014-06-26 13:39 GMT-03:00 stepharo <stepharo@free.fr>:
Other frameworks use a datasource design (like cocoa, swt⦠and basically all the serious frameworks I know about). can you give a pointer?
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.
http://developer.android.com/intl/es/preview/material/ui-widgets.html#recycl... Esteban A. Maringolo
participants (3)
-
Esteban A. Maringolo -
Stephan Eggermont -
stepharo