linked list - ListView adapter LinkedList<class> -


i have problem code. have class:

    public static class categoria{     int id;     string descr; } 

and linked list of class:

list<categoria> categorie=new linkedlist<categoria>(); 

i need create listview contains values of field "descr" of list.

how can it?

thanks, andrea


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -