https://github.com/michaelbukachi/offlinefirst
https://github.com/michaelbukachi/offlinefirst
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelbukachi/offlinefirst
- Owner: michaelbukachi
- Created: 2023-03-08T22:33:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T22:35:37.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:13:02.539Z (5 months ago)
- Language: Kotlin
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### OfflineFirst Demo
Demonstration of a sync strategy for offline first applications**Requirements**
- AS Electric Eel
- Java 11#### Module of interest
- sync#### Assumptions
- DI has aleady been set up
- Daos and models have been implemented
- App UI submission logic has been set upRun tests with
```bash
./gradlew :sync:testDebugUnitTest
```