openedx / openedx/openedx-app-android
[Android] Full screen loader whille course is upgarding
Open
@touchapp is already working on this.
Since Apr 19, 2024.
- Dominant language
- Kotlin
- Stars
- 36
- Forks
- 61
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 2
Description
While implementing IAP on the legacy apps, it was seen that after processing the payments it takes some time for the course to upgrade. Considering design heuristics and for a more interactive approach, we have implemented a full-screen loader to show while the learners wait for their course to be upgraded.
Acceptance criteria:
- The loader shows up after the payment is processed and the backend is unlocking the course content
- The loader is not shown when upgrading is completed
- The loader illustration should either be generic or should go with the theme of the app
Current implementation:
Video Demo
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.