Skip to content

Instantly share code, notes, and snippets.

@nalitzis
Created May 12, 2012 15:52
Show Gist options
  • Save nalitzis/2667275 to your computer and use it in GitHub Desktop.
Save nalitzis/2667275 to your computer and use it in GitHub Desktop.
public void getMedia(Media m){
AsyncTask<Media, Void, Throwable> task = new GetMediaAsycnTask<Media,Void,Throwable>();
task.execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment