Search code examples
javaandroidsyntaxhighlighting

Text in an android app with Java syntax highlighting


Is it possible to use Java syntax highlighting inside of an app for android? For example when you would add a bunch of code in a TextView. How would I color that in the Java Syntax highlighting? Or in other words is there a way to make the program do it for you or do you have to do all of it yourself.


Solution

  • You might want to try this.

    Android Syntax Highlighting?

    Looks like it might do what you are looking for.