im newbie using b4a and planning make #1 app and got stuck.?
i have code:
how can i do that, teach me master ?
i have code:
B4X:
Sub Process_Globals
Dim urllist As List
Dim geturl As String
urllist = File.ReadList(File.DirAssets,"url.txt")
geturl = (urllist.Get(0))
End Sub
Sub Globals
Private webview1 As WebView
Private BtnStart As Button
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
End Sub
Sub BtnStart_Click
webview1.LoadUrl(geturl)
??????????????????????????// 'if website load succes, then i want load automaticly
??????????????????????????// '2 line then 3 then 4..etc..till end line
??????????????????????????
End Sub
how can i do that, teach me master ?
Last edited: