10
edits
Changes
→Weekly Logs
* Need to finish Camera implementation and start on facial recognition.
* Delayed due to midterms / projects / work.
===Dylan Segna & Jacky Siu===
====Week 9 (March 13)====
* Created some of the UI screens. Started working on dynamic UI creation at run-time. Setup the ViewPager for the UI screens using Fragments.
* Finish the rest of the UI screens and the dynamic UI creation. Setup the database.
* Issues sharing data between an Activity and it's Fragments. Possible resolutions: casting the Activity within the Fragment class OR make the data Parcelable (extra work)