I'm new at Android programming so I want to ask about Android's behaviour.
I'm using baseadapter with ListView. So at first, I show "a.xml"'s content at ListView.
Then, when I clik an Item, it shows "b.xml"'s content at same Listview.
At that point, when I click "back button", app is closing. But what I want is, turn back to "a.xml"'s content.
Is this possible? Or should I make this contents with "Activity" and create "b.xml" in a new acitivity?
Regards.