Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taywils/5633183 to your computer and use it in GitHub Desktop.
Save taywils/5633183 to your computer and use it in GitHub Desktop.
MyRunnable
public class MyRunnable implements Runnable {
public MyRunnable() {
}
public void run() {
myLocation.getLocation(getApplicationContext(), locationResult);
}
}
} // End of File
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment