I have an activity with ListView . Displaying the TextView in each list item. Switching the properties of selected position using these methods E
ListView
TextView
E
i was calling onBackPressed() recursively and that caused StackOverFlowError for me.
onBackPressed()
StackOverFlowError