Skip to content

Application Front end

Rahul Sivagnanam edited this page Nov 6, 2019 · 3 revisions

About

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

Components

The following are the major components of the android application.

Splash Screen

A basic splash screen that just shows Wander!
Difficulty: Easy

Login/Register Screen

A material login and register activity.
Difficulty: Easy

Home Screen

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 Screen

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

Profile Screen

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

Clone this wiki locally