Why does my ListView not show the items from a extern file?
I work with a LV Adapter, MainActivity
, one axml
for the ListView
and toolbar
and one axml
for the Rows.
The Main.cs
reads a .csv
from the Harddrive of a Mobile Phone. The Adapter
contains the FindViewById
method.
Can someone check what i forget or don't see?
[Activity(Label = "MyLter")]