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.
1 Answer
You might want to try this.
Looks like it might do what you are looking for.
3 Comments
Wuppy29
I don't think I can really use this in the XML files.
djjolicoeur
ah. This might be a poor choice.....Sorry, didn't realize it was extending Swing. This might not work. My fault. I'm just going to delete this answer to avoid future confusion.
djjolicoeur
try the link in the edit. Looks like you're not the first to go down this road.