I have a question. In my WP8.1 RT project, I have been asked to implement a ListView
to select a list of countries. Can I have them probably in a text file and have that data bound against the ListView? Or what would be the easiest way to do this? I would like to prefer the former, but if there is an easier (latter) way to do it, i'd be happy to.
BTW, I've tried to have a .cs file with a list of countries (hard coded to the list) and bound it to he ListView. As a desperate measure, I have hard coded the list of countries to the ListView directly (which i dont prefer, because it is too easy and unethical). I need to use the ListView because I will need to implement SemanticZoom.