Skip to main content

Hello World!

Hello World!

This is the inaugural post for the Augustana College CSC 490: Team Dugong Project official blog. In this blog we will sort do a run down of the different things we are doing each week with our project. Our team consists of three members, James Compere, An Nguyen Dang, and Nicholas Dippner. The project we are doing is an app called LocalHobby, which was thought up by An. The general idea is LocalHobby will be an app that people can use to find other people in their area who have the same hobby as them and while using the app they can interact with those people through chat rooms. Currently we are in very early stages of the project, still making use cases and user stories and story boarding.

This week our main progress was making a detailed proposal of our project for the CSC 490 class that we are doing this project for. The proposal consisted of a four page write up where we gave a detailed description of the rationale behind the project, the features and requirements of the app, along with specific use cases and user stories for the project, and a detailed, non-hand drawn story board of the app which goes through each screen of the app and how they are accessed.



Comments

Popular posts from this blog

Week 3

This week everyone in our senior inquiry class was working on tech demos for various technologies in Android. For example, things like how to integrate camera functionality into the app, text-to-speech, speech recognition, GPS location data and GPS functionality, etc. Because we were all working on these tech demos throughout the week we didn't make very much progress on our app. James made some small quality of life changes to the code so that it would be more readable and would utilize more resources, Nick worked a little bit more on setting up the Firebase database and getting the hobby activity for the app setup and An did some research on Geo Location data. Although we didn't do all that much work this week on the app itself we learned a lot about different Android technologies that we could maybe include in our app. For example, since our app does need some GPS functionality because it is about connecting with people in your area who share your hobby, being able to use ...

Week 6

This week we were mostly working on responding to the comments that we got form our first sprint demo. Things like cleaning up the UI, adding a few small features, starting to add a few larger features, and then some general bug fixes. We were very happy with how our app did in the demo but there were many things that we thought we could improve upon and features we could be add. For example, although we were very pleased with how our one to one chat function worked, one of the original pieces of functionality that we wanted for this project was a many to many chat feed sort of like a message board or chat forum for all of the different specific hobbies. This week, An started to build out this many to many chat functionality. It is still in development, as it is very complicated, but thankfully since we already had the one to one functionality up and running that made figuring out the many to many easier. Currently, An has the many to many chat feed working but it is not integrated int...

Week 7

Welcome to week 7 of our apps development. Progress continues at a steady pace, albeit with some disruption from symposium day and graduation prep in the middle of the week. This week mostly consisted of bug fixes, and UI changes, focused on menus and the chat functions. Some bugs that resulted in the app crashing were also fixed, and some alterations were made in the data structure to make it more stable and easy to use. We have a stable app that is more aesthetically pleasing compared to last week, and the team will continue to try to streamline the UI, and add the remaining features including many to many chat and GPS among others. -Clicking on a post gives more detail about that post -No longer crashes on lower SDK versions   -Chat activity in particular should no longer crash (might need more testing) -Under the hood changes, mostly streamlining existing activites. -Slowly switching over to navigation drawer menu instead of drop down -Fixed issue with back button -Mino...