Last active
May 16, 2018 11:52
-
-
Save DavidMellul/86b694975d90a1d9aa7ff060b7d45802 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // Configuration Stuff | |
| // ... | |
| String url = "http://soulmate.com/app/manage_users.php"; | |
| // AsyncTask stuff to make an HTTP GET request on a remote REST API | |
| // ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment