Overview for users
DroidKaigi 2026 ships two quiz-related apps.
App types
| App | Audience | Platforms | What you can do |
|---|---|---|---|
| Participant | Attendees | Android / Desktop (Web in progress) | Nickname → quiz → score → today's ranking |
| Staff | Organizers | Desktop only | Edit questions/folders, publish, view rankings |
Participant flow (summary)
- Home — language + nickname, start quiz
- Quiz — single / multi / reorder, then correct/incorrect feedback
- Result — correct count and score
- Ranking — today's Top N with your row highlighted
See Screen flow.
Staff flow (summary)
- Sign-in — staff account
- Console — edit folders/questions, switch the published folder
- Ranking — inspect today's ranking per folder
See Staff overview.
Network
Production requires online access for quiz fetch and score submit. Offline-only completion is out of scope.
For developers
Build, tests, and data-layer switching: Developer overview.