An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

VietShop

[![GitHub contributors](https://img.shields.io/github/contributors/TienNHM/VietShop)](https://github.com/TienNHM/VietShop/graphs/contributors)
[![GitHub issues](https://img.shields.io/github/issues/TienNHM/VietShop?color=red)](https://github.com/TienNHM/VietShop/issues)
![GitHub top language](https://img.shields.io/github/languages/top/TienNHM/VietShop?color=cyan)
![GitHub repo size](https://img.shields.io/github/repo-size/TienNHM/VietShop)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/TienNHM/VietShop)
![Github total lines](https://sloc.xyz/github/TienNHM/VietShop)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/TienNHM/VietShop?color=g)](https://github.com/TienNHM/VietShop/graphs/code-frequency)
![GitHub last commit](https://img.shields.io/github/last-commit/TienNHM/VietShop?color=yellow)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/TienNHM/VietShop)](https://github.com/TienNHM/VietShop/releases)

## Overview

## Report
### Document
[File report (PDF)](./Report/BaoCao_18110377.pdf)
### Video presentation

VietShop

## 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)