First of all I\'d like to mention I am very new to Java programming. This Android project is my first experience with Java. So for one task I need to strip HTML tags from a st
You don't. Android doesn't use Swing. You'll need to use Android's API to create your UI and perform text parsing. Consider android.text.Html as a simple way to strip HTML from a string.