Junior
What auxiliary functions do you know or have used?
sobes.tech AI
Answer from AI
- Log/error report collection
- Image optimization (compression, resizing)
- Boilerplate code generation (e.g., for list adapters)
- Localization testing (switching languages, checking strings)
- UI testing (automating user actions)
Specific tools or libraries may vary, for example:
- Logging: Timber
- Workflows/CI: Gitlab CI, Github Actions
- Image optimization: built-in IDE tools, external scripts
- Boilerplate: IDE plugins (e.g., KotlinPoet)
- UI testing: Espresso