Your question is a bit too generic and not clearly defined. That’s probably why it got down voted. I’d say your best bet is to start with the documentation. Start by reading about ListView and possibly Adapter and try it yourself. If you still have problems, ask a specific question about something you don’t understand or can’t get working. The best specific answer I can give is that you will need to define a custom adapter to create the item view you want. You will most likely want a layout xml for that item view.
2
solved Listview filling from database