cr5315
Android Enthusiast
I have a string in my main activity,
that I want to change when a user clicks on a certain article in a list view. So if a user clicked an article with a url of www.supercross.com/example, it would change LINKOFCHOICE to www.supercross.com/example. The webview that is launched loads LINKOFCHOICE and I haven't been able to find out how to edit the string from my Google searches.
Code:
public final String LINKOFCHOICE = "http://www.supercross.com";