android how to set multiple BaseAdapter into a single view
I want to add multiple Adapter into a view. means horizontally adapters should set to view and w开发者_如何学运维e can srcoll that. How i can do it? Thank you
Only one adapter can be assigned to any particular view. One-to-One relation ship between view and adapter
精彩评论