A Code Snippet is a pretty small portion of code. Example:
Using java Syntax Highlighting
- private String stripTags(final String HTMLString) {
- final String noHTMLString = HTMLString.replaceAll("\<.*?>","");
- return noHTMLString;
- }
Parsed in 0.032 seconds, using GeSHi 1.0.8.4
You can use this forum to share snippets that you think they might be valuable for other fellow Android-Developers. Please choose an expressive title for your post, so information remains easy to find.
(:rarrow: example
)
/plusminus for anddev.org








