jpardogo/ListBuddies

getView

r17171709 opened this issue · 1 comments

the newest version do not execute getView() function?

mAdapterLeft = new CircularAdapter(getActivity(), getResources().getDimensionPixelSize(R.dimen.item_height_small), ImagesUrls.imageUrls_left);
mAdapterRight = new CircularAdapter(getActivity(), getResources().getDimensionPixelSize(R.dimen.item_height_tall), ImagesUrls.imageUrls_right);
mListBuddies.setAdapters(mAdapterLeft, mAdapterRight);

I have just check and debug the code of the example to make sure, and getView method gets call.