Skip to content

Type-Z/BookStore

Repository files navigation

BookStore

This University Online Used Book Store is a student start-up at Central Univeristy of Finance and Economics.

About the details, see my website https://type-z.github.io/elements.html.

The "University Used Books" app is mainly used to provide students with an online platform for buy and sell used books. On this platform, students can exchange and purchase second-hand books by publishing book information and attaching personal contact information.

Main functions:

  1. Registration and login
  2. Main interface and classification interface The main interface displays all used books in chronological order. It is the first interface displayed after login. The classification interface is displayed by book type. You can quickly find the books you want by selecting the four categories of "computer, mathematics, economics and literature".
  3. Release idle books Publish the books you want to sell, fill in the book name, new and old status, book classification, price, contact information, etc.
  4. Personal Center Manage personal accounts, including personal information, password modification, favorites, logout, etc.

Project Structure

├── UsedbookApp.iml
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   ├── intermediates
│   │   ├── outputs
│   │   └── tmp
│   ├── build.gradle
│   ├── proguard-rules.pro
│   └── src
│       ├── androidTest
│       ├── main
│       └── test
├── build.gradle
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
└── settings.gradle

Denpendencies and configurations

  • Android Studio 3.5
  • Online SQLite3 database on Bmob Cloud
  • Simulator Pixel 2 API 24

Screen Shot 2022-08-15 at 2 27 13 AM

Screen Shot 2022-08-15 at 2 28 20 AM

Screen Shot 2022-08-15 at 2 30 20 AM

Screen Shot 2022-08-15 at 2 31 13 AM

Screen Shot 2022-08-15 at 2 31 30 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors