Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rael346/cs-4520-assignment-1
https://github.com/rael346/cs-4520-assignment-1
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rael346/cs-4520-assignment-1
- Owner: rael346
- Created: 2024-02-12T13:16:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:59:49.000Z (10 months ago)
- Last Synced: 2024-05-31T15:40:18.581Z (7 months ago)
- Language: Kotlin
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment 1
## Project structure
- Entry point: `MainActivity.kt`
- `ui` folder: contains the screens for the application
- `login`: the login fragment and view model
- `product`: the product list fragment and its adapter
- `data` folder: holds the data for the product list page and the models## Build
- I use the Pixel 5 API 34 for testing