so basically i created a URL in the onCreate method, and i want to pass it with an intent just when i click on a button. The URL is created but i can't send it to The NeXT activity because it's just in The oncreate method. What should i do ?
feedback
|
|
Create a class variable and assign it the url in the onCreate.
| ||||
feedback
|