Hi! I'm having a problem and need some help:
I have an activity that calls a dialog (an AlertDialog with customized Layout) to add items to a list (displayed via a ListView). When I create an item, the activity doesn't refresh itself and I have to press back int he pone/simulator and return to it to see the changes.
Is there any way to force Activity redrawing? May it be a problem in the ListView Adapter? I can post some code if necessary, thank you very much!