Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created August 1, 2013 19:32
Show Gist options
  • Save benlieb/6134480 to your computer and use it in GitHub Desktop.
Save benlieb/6134480 to your computer and use it in GitHub Desktop.
downloaded_data.edit().putInt(position+"", percent);
downloaded_data.edit().commit();
SharedPreferences.Editor editable_downloaded_data = downloaded_data.edit();
editable_downloaded_data.putInt(position+"", percent);
editable_downloaded_data.commit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment