I seem to be having problem creating an adapter for listview to display items(Stuff on the title) from another .xml class.
Could someone provide me an example or hints on which adapter I should
use? To Add items xml items on the ListView.
I am not generating any new items in anyway. I just use per-existing items from another xml.
Here is an image of what I am hoping to covert my other xml to a listview.

Reason for doing this is because in the future I want to add items onto my new list.
Now all the hard answers without consistency aside.
Here is a simpler solution or almost a hack of it and the process of actually doing it.
Start Building on a Linear Layout using the GUI settings making sure they are lined up properly. My orientation is vertical
After everything is complete copy and paste everything from top to bottom on a notepad and remove the .
Now create on a relative layout. Width&Height = Match Parent. Orientation Vertical.
Now add in a Scrollview with wrap_content for height and width. Then paste up everything from the number 2 task.
There you go an entire scroll view for your whole view.