-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add android ml-kit x clipdrop demo #9
base: main
Are you sure you want to change the base?
Conversation
JulienGenoud
commented
Jun 10, 2022
•
edited
Loading
edited
- add android ml-kit x clipdrop
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice ! Can be good to add an entry in the main README with a quick gif demo 🙂
// val textWidth = textPaint.measureText(text) | ||
// canvas.drawRect( | ||
// rect.left - STROKE_WIDTH, | ||
// rect.top - textHeight, | ||
// rect.left + textWidth + 2 * STROKE_WIDTH, | ||
// rect.top, | ||
// labelPaint | ||
// ) | ||
// // Renders the text at the bottom of the box. | ||
// canvas.drawText(text, rect.left, rect.top - STROKE_WIDTH, textPaint) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can clean some dead code
SonarCloud Quality Gate failed.
|