i get error in using the getLoaderManager().initLoader(0, null, this ); i
using support v4 and i implement the interface
public class contactActivity extends FragmentActivity implements
OnClickListener, OnKeyListener, LoaderManager.LoaderCallbacks<Cursor> {
and this is the error i got
The method initLoader(int, Bundle, LoaderManager.LoaderCallbacks<D>) in the
type LoaderManager is not applicable for the arguments (int, null,
contactActivity)
 so can anyone help me with that.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to