I make Native ListView with FFImageLoading by this guide - site, but items don't binding. Tell me please, why?
I reviewed all the code, everything seems to be correct.
Maybe this method of assignment does not work for me?
SearchViewCell.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="400"> <sample.droid.cells.MyImageView android:id="@+id/SearchViewImage" android:src="" android:layout_width="195.0dp" android:layout_height="251.5dp"/> <TextView android:id="@+id/SearchViewTitle" android:layout_below="@+id/SearchViewImage" android:text="" android:textSize="24dp" android:layout_width="match_parent" android:layout_height="wrap_content"/> <LinearLayout android:background="#FFFFFF" android:layout_alignParentBottom="true" android:layout_width="match_parent" android:layout_height="6dp" /> </RelativeLayout>
SearchViewCellRenderer - https://pastebin.com/qrLtGkGk
SearchItem and SearchViewCell - https://pastebin.com/gCDxfz9g
Page - https://pastebin.com/dNTte00K