How can i load Spinner list from List collection? Using the following code gives me error.
Spinner1.Clear
Spinner1.AddAll(MyList)
MyList is a list object loading from CSV file.
--
abhishek
Spinner1.Clear
Spinner1.AddAll(MyList)
MyList is a list object loading from CSV file.
--
abhishek