Adam's summer semester journal - adamwilhelmi/DAWCS GitHub Wiki

05/19/2014 -- spent several hours researching about github pages and wiki, setting up this wiki, and searching for some links/resources for the initial version of the "learning objectives"

06/03/2014 -- spent a few hours doing research on new features in Jellybean, as well as fragments

06/04/2014 -- completed first draft of the Gantt chart

06/06/2014 -- Did some work on the repo, pushed an initial project structure (subject to change). Trying to figure out how we'll be using fragments to our advantage.

06/07/2014 -- researching more on concurrency in Android as well as fragments - considering running each channel in separate thread, as well as in it's own fragment.
-- did some initial research on dualscreen via bluetooth - there's very little out there... however, transferring data via bluetooth is pretty straightforward, or at least documented.

06/09/2014 -- Met with Jeremy and Marcus (he's handling the website) to discuss how we're planning to move forward with DAWCS. Finalized a few ideas, such as moving forward with the java companion app. Solidified a few ideas and talked at length on new features & cleaning up the app.
-- Migrated the repo to RiouxSVN to solve the issues we've had with Github. Committed initial (new) project structures for both android app and java app.

06/11/2014 -- Started writing java app, did some work with the repo.

06/12/2014 -- Worked more on the java app - filling out the GUI and started on the networking thread.

06/13/2014 -- More work on networking thread - building initial structure of networking in java app.

06/15/2014 -- Work on filling out structure of networking. Adding functionality to threads and generating packet types, etc.