How can I make a code editor like this in jetpack compose?
v
vide
09/14/2023, 10:30 AM
This question is too broad to attract replies, you might have better luck if you ask about a specific problem you are having
m
Md Sohail
09/14/2023, 10:39 AM
Thanks for your suggestion. I want to make a code editor but i couldn't find a way to do this with syntax highlighting like in the screenshot i've used a flutter widget to make this but i don't know how to do this in android
j
jamshedalamqaderi
09/14/2023, 10:46 AM
Another way is using webview with your own html, css and js where you could use hightlight.js maybe
v
vide
09/14/2023, 10:49 AM
You probably need a 3rd party highlighting engine, I don't think Android has any native support for syntax highlighting