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:
- Registration and login
- 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".
- 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.
- Personal Center Manage personal accounts, including personal information, password modification, favorites, logout, etc.
├── 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
- Android Studio 3.5
- Online SQLite3 database on Bmob Cloud
- Simulator Pixel 2 API 24




