Skip to content

Instantly share code, notes, and snippets.

@dredd0614
Created August 20, 2013 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dredd0614/6282426 to your computer and use it in GitHub Desktop.
Save dredd0614/6282426 to your computer and use it in GitHub Desktop.
Another test
@Override
protected List<Exercise> loadData() {
try
{
return ExerciseQueries.getMyExercises(getContext());
}
catch (SQLException e)
{
throw new RuntimeException(e);
}
}
@dredd0614
Copy link
Author

Can I comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment