I would like to use both EasyTracker and ActionBarSherlock in my Android app. I was considering to rewrite the EasyTracker classes, those which extend the Activity and ListActivity classes, to extend the corresponding ActionBarSherlock classes, so that updates of the latter won't break anything.
I'm concerned about the performance of the app by doing so. Does anyone know another way, i.e. more efficient, to do the same?