Search Results

Search found 1 results on 1 pages for 'twaxwei'.

Page 1/1 | 1 

  • How can I set an intent's class from a string value?

    - by twaxwei
    I am trying to set the class for an intent to the address listed in a string value, so that I can launch a given activity. The string is composed dynamically during runtime. Is there anyway to make something like the code below run: String target=com.test.activity1.class; Intent intent=new intent(); intent.setClass(this, target); Thanks

    Read the article

1