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

Apps Edit a string on list item click

cr5315

Android Enthusiast
I have a string in my main activity,
Code:
public final String LINKOFCHOICE = "http://www.supercross.com";
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.
 
Back
Top Bottom