Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.93 KB

File metadata and controls

44 lines (30 loc) · 1.93 KB

JavaApplication

Android Application - User share their books and used stuff by using SNS application(Processing)

1. Overview

Android application helps users sharing and selling their books and used stuff. The system supports three roles:

  1. Posting user's goods
  2. Showing other user's goods depending on their following and searching.
  3. Editing user's information.

Language - Swift(Front End), PHP(To Connect with datadase), MYSQL(DataBase)

Some Screen shots of the application

screen shot 2018-12-09 at 11 41 35 pm screen shot 2018-12-09 at 11 41 50 pm screen shot 2018-12-09 at 11 43 50 pm

2. Functionality.

2.1 Login Page,Register Page, and Confirmation Page.

User can create their account by using their email and login with the account. This data includes:

  • Confirmation Code : confirmation code is sent to user when they register account and user has to confirm it by typing it on confirmation page.

2.2 Feed Page.

User watches following users posting on Feed page and they can add comment and buy their posting.

2.3 Search Page.

User searches other users and posting goods. Displaying results base on their distance so users get nearest result first and so on. This data includes:

  • Title : Title of posting.
  • Main Picture : Main picture of posting.

2.4 Home Page.

Displaying user's posting base on posting date. User can edit profile and add address on Home Page Section.

2.5 Notifications Page.

Notify following and comment to user.

2.6 Posting Page.

User posts goods' picture and comment.