Week 4

    Week 4 of Course Connection saw the development of a new home screen using android fragments. This layout will allow the user to navigate through the app without having to open new activities. This was a desirable format for our app, as we always wanted to implement a tab bar that can be used to navigate between different sections of the application. (As seen in the provided page from our original storyboard)


     When fully implemented, these tabs will serve as a useful tool to switch between the professor leaderboard, course/professor reviews, and course forums. This should help the application to feel more navigable. This will also aid us functionally, as fragments have built in utility to allow for saving states, and is less intensive than opening new activities. 

Comments

Popular posts from this blog

Improving the User Experience

Week 7

Week 5