Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Don't work binding in Native ListView

$
0
0

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


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>