Created
May 23, 2013 06:58
-
-
Save taywils/5633183 to your computer and use it in GitHub Desktop.
MyRunnable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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