Hi all,
i want to open different url's with only one webview activity. how can i hand over these urls to this activity? Like:
Thank's!
i want to open different url's with only one webview activity. how can i hand over these urls to this activity? Like:
B4X:
Sub Button1_Click
StartActivity(Webview) 'with Url1
End Sub
Sub Button2_Click
StartActivity(Webview) 'with Url2
End Sub
Thank's!