I'm using the version of ActionBarSherlock which allows me to use ActionBarSherlock + MapView. Now, i'm trying to show a mapview and a listview, but the listview has some items with url images. I wan to use the ImageFetcher of iosched, but the method getImageFetcher (of iosched) just allows the type FragmentActivity.
What can i do in this case?? Is there anyway to cast from Activity to FragmentActivity?? Or is there any other solution??
Regards