-1

Is there any option to implement LoaderManager.LoaderCallbacks<Cursor> and respective methods and getSupportLoaderManager().initLoader(1, null, this); from a TabActivity ?

I know that TabActivity is deprecated, but I can't find a solution without transform all my Aactivities into Fragments to use a tabs and I need to implement a CursorLoader (this one) on my TabActivitiy, if this is possible.

Community
  • 1
  • 1
Luis Neves
  • 1,067
  • 2
  • 10
  • 21

1 Answers1

0

do not use TabActivity! It's deprecated!

Use the action bar alternative that you'll be able to use the loaders.

Budius
  • 39,391
  • 16
  • 102
  • 144