android / android/codelab-mlkit-android
Step 6. Error in code
Open
- Dominant language
- Kotlin
- Stars
- 186
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
Graphic textGraphic = new TextGraphic(mGraphicOverlay, elements.get(k));
mGraphicOverlay.add(textGraphic);
Should be...
GraphicOverlay.Graphic textGraphic = new TextGraphic(mGraphicOverlay, elements.get(k));
mGraphicOverlay.add(textGraphic);
Contributor guide
Research direction
Find the Step 6 code containing the TextGraphic declaration and compare it with the corrected snippet in the issue. Update the declaration and verify that the codelab code builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100