tags:

views:

54

answers:

1

I need to capture events when the user clicks on a tab in a TabHost. Something similar to OnTabChangeListener, but OnTabChangeListener only fires when the tab changes, not when it stays the same.

Suggestions?

A: 

OnClickListener?

fredley