Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sownt/dinoghost
Ecommerce Mobile App for Halloween
https://github.com/sownt/dinoghost
android halloween retrofit
Last synced: 23 days ago
JSON representation
Ecommerce Mobile App for Halloween
- Host: GitHub
- URL: https://github.com/sownt/dinoghost
- Owner: sownt
- License: mit
- Created: 2022-11-11T14:30:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T19:14:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T09:11:05.359Z (about 1 month ago)
- Topics: android, halloween, retrofit
- Language: Java
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DinoGhost Mobile
![Release](https://img.shields.io/github/v/release/sownt/dinoghost?include_prereleases&style=for-the-badge)
![Build](https://img.shields.io/github/workflow/status/sownt/dinoghost/Android%20CI?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/sownt/dinoghost?style=for-the-badge)## Tiến độ
- [x] Home Screen
- [x] Cart Screen
- [x] Checkout Screen (completed UI)
- [x] GET data from REST API
- [x] POST order (invalid body request, need help)
- [x] Room Database Implements## Kiến trúc
Kiến trúc chính được sử dụng là MVVM. Ứng dụng được phân thành 2 tầng chính là UI và Data Layer.## Thư viện sử dụng
- Retrofit để gọi đến api
- RxAndroid để phát và nhận dữ liệu giữa UI và Data Layer
- Room để lưu dữ liệu lên thiết bị