I am just starting android and I have a quick question with sqlite db.
i created a db with a couple of columns but am now withdrawing just one column from that. I was wondering if I should withdraw that column into an array of strings, then populate it into a listview, or directly put it into an adapter of sorts (which i am starting to read about).
also, if i open up a new activity, and change the information of some item (deleting or inserting), then go back to this same activity, would it automatically update or would i have to override onstart()