-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Beginning Android
committed
Aug 23, 2016
1 parent
636e6bd
commit dec30b1
Showing
1 changed file
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dec30b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting error
error: method initLoader in class LoaderManager cannot be applied to given types;
getLoaderManager().initLoader(PET_LOADER, null, this);
^
required: int,Bundle,LoaderCallbacks
found: int,< null >,CatalogActivity
reason: cannot infer type-variable(s) D
(argument mismatch; CatalogActivity cannot be converted to LoaderCallbacks)
where D is a type-variable:
D extends Object declared in method initLoader(int,Bundle,LoaderCallbacks)
please help....