https://github.com/tiennhm/vietshop
Android application for VietShop
https://github.com/tiennhm/vietshop
android android-studio java sqlite-android
Last synced: 8 months ago
JSON representation
Android application for VietShop
- Host: GitHub
- URL: https://github.com/tiennhm/vietshop
- Owner: TienNHM
- Created: 2021-05-16T16:16:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T05:20:44.000Z (over 2 years ago)
- Last Synced: 2025-03-22T19:26:41.518Z (10 months ago)
- Topics: android, android-studio, java, sqlite-android
- Language: Java
- Homepage: https://tiennhm.github.io/VietShop/
- Size: 47.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://github.com/TienNHM/VietShop/graphs/contributors)
[](https://github.com/TienNHM/VietShop/issues)




[](https://github.com/TienNHM/VietShop/graphs/code-frequency)

[](https://github.com/TienNHM/VietShop/releases)
## Overview


## Report
### Document
[File report (PDF)](./Report/BaoCao_18110377.pdf)
### Video presentation
## Project Structure
Chi tiết
``` bash
hcmute.edu.vn.id18110377
│ MainActivity.java
│
├───activity
│ AccountInfoActivity.java
│ AccountSettings.java
│ BillHistory.java
│ CartDetail.java
│ ChangeLanguage.java
│ FirebaseActivity.java
│ ForgotPassword.java
│ Help.java
│ LogIn.java
│ ProductDetail.java
│ SearchResult.java
│ SignUp.java
│
├───adapter
│ BillAdapter.java
│ CartAdapter.java
│ NotificationAdapter.java
│ ProductAdapter.java
│ ProductTypeAdapter.java
│ RecyleItemViewAdapter.java
│
├───dbhelper
│ AccountDbHelper.java
│ BillDbHelper.java
│ CartDbHelper.java
│ DbHelper.java
│ DiscountDbHelper.java
│ NotificationDbHelper.java
│ ProductDbHelper.java
│ ProductImageDbHelper.java
│ ProductTypeDbHelper.java
│ PromoDbHelper.java
│ ReviewDbHelper.java
│ StoreDbHelper.java
│ UserDbHelper.java
│
├───entity
│ Account.java
│ Bill.java
│ Cart.java
│ Discount.java
│ MenuItem.java
│ Notification.java
│ Product.java
│ ProductType.java
│ Promo.java
│ Review.java
│ Store.java
│ User.java
│
├───fragment
│ CartFragment.java
│ DiscountFragment.java
│ HomeFragment.java
│ MenuFragment.java
│ MessageBoxFragment.java
│ NotificationFragment.java
│
└───utilities
AccountSessionManager.java
AppUtilities.java
ImageConverter.java
```
## Screenshots
[File screenshots (PNG)](./Report/images)