I got a scroll view. I need a list of items inside the scrollview. I thinking of using a listview and somehow make it display all items and have the scrollview scroll through them.
I think i will run into scrolling problems so my question is, is what i am doing something that is usually done sometimes? if so whats the best way of doing it if not how else should I have a list of items in a scroll view. do I need to create views pro grammatically as I fetch them? it sounds inefficient