Posts

Showing posts from April, 2018

Development Blog #4: Week 6 Snapshot

Image
Going into week 6, we began to plan what we needed done immediately on our project, with the aim of having most of the core functionality finished by the end of the week, or next week at the latest. The core functions we aimed to complete this week are as follows: The ability to access/view a profile, that user's pictures, and information. Implement the core data class Enable the camera for creation of photos At the very least an upload feature to display images Finding nearby pic spots (popular picture locations) Set up offsite (server-side) storage of credentials (and eventually pictures) [Using Firebase] Enable profile creation and ability to view other profiles Create an icon for app use In preparation for sprint 1, we are completing core functionality details, as well as beginning to polish up for a final application. For sprint 1 we aim to have a functional, albeit not totally efficient application to showcase. Things we have accomplished for sprint 1: ...

Development Blog #3: Making Progress

Image
With week 5 over and done with, we wanted to share with you the progress that we have made thus far. While seemingly small, the number of obstacles we had to overcome meant we have made some substantial progress in getting closer to the finished product. We started off by getting our app to look as close as we can to its final finished form. Our vision uses tabbed fragments to view each of the different pages of our app so that was the first thing we have implemented. Next we had implemented the core feature of our app being the map display powered by Google Maps API. The final major addition we had made was to include infrastructure for adding new pin markers to our map for when we get to the complete main feature of adding new locations. We also have added Firebase framework, but have not utilized it as of yet. While we may not have gotten full implementation of the core functionality, by completing these pre-requisites for it, we are another step closer. Below you can see the cu...