Best way to display formatted code in android studio (indented and coloured etc.)
I'm developing an app in android studio which requires me to display alot of sample codes, particularly in Kotlin. It's basically an app to teach users the basics of Kotlin. Hence, there will be a need to display sample codes. What are the best and easiest ways to implement this ?