I am trying to use:
https://github.com/johannilsson/android-pulltorefresh
with ActionBarSherlock 4 and I got stuck on the part where my MainActivity class extends SherlockActivity while the Pull-to-Refresh library extends ListActivity..
Anyone know what can I do?
I also saw another old post: Usage of both EasyTracker and ActionBarSherlock on Android
That Jake says there that "you can create your own base activities that extend from whatever class you want"
How can I do that on my ListActivity?
Thanks in advanced, Din...