Simple Android app providing hints for KöMaL problems that inspire creative thinking.
- Stores KöMaL problems in plain text format for offline access.
- Allows users to randomly draw problems, displaying LaTeX formulas with proper rendering.
- Provides hints on demand for the drawn problems:
- Hints only present the necessary background knowledge for solving the task.
- No explicit solution strategy is revealed.
- Uses the free and public Google Gemini API to generate the hints.
- Gemini models and API rate limits: https://ai.google.dev/gemini-api/docs/rate-limits
This project is in an early development phase.