• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Please Help with problematic php url links in TextViews

icarusm

Lurker
Hey guys,

I know this maybe very simple for most others and I'm sure I've done this in Java many years ago but I've written a android rss program for work and need a link to the article. (btw Android 2.2)

The problem is the rss feed gives a URL such as:

Code:
http://www.example.com/2010/10/17/khhh-run-512utm_source=feed&utm_medium=feed&utm_campaign=feed

So of corse the link turns out to be:

Code:
http://www.example.com/2010/10/17/khhh-run-512utm_source=feed

The problem is (I'm guessing) the ampersand in the URL discounting the rest of the thing...

I understand that this wouldn't happen with clean URLs but I'm looking to avoid that.

Also I've been searching about this for 2 days....

So thanks and anything would be appreciated
 
Back
Top Bottom