I\'ve made a little syntax highlighter for my app. It performs the regular expressions and applies the ForegroundColorSpans to a copy of the EditText\'s contect - all in a thread. Once all this is do
I\'m trying to replace part of an Editable returned from getText() with a span. I\'ve tried getText().replace() but that\'s only for CharSequences.
I have a Spannable object formatted like so: This is the first line. This is the second line. It\'s more fun than the first.
I\'ve got an Android home screen widget, with a TextView on it.. Unfortunately, I\'m having some issues styling it..
I\'ve created a Windows Service that accepts commands from remote machines via WCF. One of those commands is to run a specified executable (let\'s ignore the security implications of such functionalit