Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Created January 16, 2014 12:02
Show Gist options
  • Save benigumocom/8453797 to your computer and use it in GitHub Desktop.
Save benigumocom/8453797 to your computer and use it in GitHub Desktop.
Loader初期化(Activity)
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
getSupportLoaderManager().initLoader(LOADER_ID, null, callbacks);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment