-
Notifications
You must be signed in to change notification settings - Fork 4
Application Front end
The Android application is the core component of Wander and the most important one of course. The developers are expected to follow the Android coding guidelines and build the application using MVP architecture
The following are the major components of the android application.
A basic splash screen that just shows Wander!
Difficulty: Easy
A material login and register activity.
Difficulty: Easy
Home screen has a camera view, lets users take pictures and save them as memory. Swiping left from the home takes to feed screen. Swiping right takes to user profile screen.
Difficulty: Medium
Feed shows a list of pictures taken around the users locations. It should have an option to switch between public posts and friends post. There should be a map icon on clicking which takes the user to a map with real time locations of friends pinned to it. It should also show pins for pictures only near the user's location upon clicking which a modal opens with the picture.
Difficulty: Medium
It should show the profile details of the user, have an option to edit user profile. It should also have the application settings. Have an option to search for other users.
Difficulty: Medium