Skip to content

Instantly share code, notes, and snippets.

View dredd0614's full-sized avatar
🎯
Focusing

David Redding dredd0614

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dredd0614 on github.
  • I am dredding (https://keybase.io/dredding) on keybase.
  • I have a public key ASDxxei0N8kJ_5ZqfZtWGL3FT_Np5xcPK84UTjdiyErWIgo

To claim this, I am signing this object:

@Override
protected List<Exercise> loadData() {
try
{
return ExerciseQueries.getMyExercises(getContext());
}
catch (SQLException e)
{
throw new RuntimeException(e);
}