2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Kotlin26 forks (26 forks)auto 404
enhancementhelp wantedkotlinmedium-priority
Repository metrics
- Stars
- 7 stars (7 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Move error messages in
strings.xml
- Replace
Toast with Snackbar
Contributor guide
- Research direction
- Identify error messages in the Kotlin code, move them to res/values/strings.xml as string resources, then replace Toast.makeText() calls with Snackbar.make() in activities or fragments, using Snackbar.LENGTH SHORT or LENGTH LONG as needed.
- Tech stack
- kotlinandroid
- Domain
- mobile
- Issue type
- Refactor
- Prerequisites
- Android DevelopmentGit