How do I display a List in a ListView?

I sort of don't understand how to setup properly a List <String> to show in a ListView with a Text and checkbox right beside it. I can get by using a Data type of String but I kind of want to use a List <String> so it is much easier to configure the database and much less cluttered.

1. I want to display the values (list of city names) under the List <String> in a vertical ListView

  1. I don't understand how to properly set it up because I can only "successfully" set it up in a "Number of Index" not the values in the list.

5
3 replies