I'd appreciate any help with this, please:
- I'm trying to insert a ListView that shares the screen with other widgets inside a Relative Layout, all the tutorials i've read deal with making the activity extend ListActivity and take the whole screen.
- How could i bind the data in a Vector and make the ListView update itself whenever new data is added to the Vector?


