For some applications, having stable item IDs is necessary. Currently if a PowerAdapter with stable IDs is composed with a ViewFactory or varargs layoutResources, it'll lose its stable item IDs as ItemAdapter doesn't support it. I think a way to supply item IDs when using the append() methods would be helpful. Maybe for layoutResources, have them default to the layout res (which is an int)?
For some applications, having stable item IDs is necessary. Currently if a PowerAdapter with stable IDs is composed with a
ViewFactoryorvarargs layoutResources, it'll lose its stable item IDs asItemAdapterdoesn't support it. I think a way to supply item IDs when using theappend()methods would be helpful. Maybe forlayoutResources, have them default to the layout res (which is anint)?