But never fear, I'm learning how to swim (though there were several near-drowning experiences earlier in the week).
We've begun to build our Android code from scratch, in a haphazard sort of way. None of the undergrads in my research team have any experience coding Android applications, so we've all been assigning pseudo-tasks to each other, then wandering off and familiarizing ourselves with all things Android, some related to our tasks, some not. At least, that's what I've been doing.
I've been attempting to figure out how to work with the GPS in Android phones. I made a small application that has a preset course, tells the user their current GPS coordinates every few seconds, and tells them the next destination they should go to once they reach a waypoint in the course. Well, theoretically. After a few days, all I've managed to do is
- Create a program that doesn't crash once asked to do something (anything).
- Make it print out text... without crashing... a wild success! (I'm a noob, I know)
- Recognize and alert the user as to their current location
Again, success.
Now, I'm working to implement all of what I've learned (the few shreds of knowledge) into our official Android code. Should be interesting.
Until we meet again!
No comments:
Post a Comment