Question

I have 2 tables. In the first table I have news (for example: 2 fields 'id' and 'text'). In the second table I have images, that attached to news (for example: 'id', 'new_id', 'src').

There are more than one image for one news. How can fill ListView with such data?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top