Hi,
sorry maybe it is a silly question but... can I use an HTTPJOB in a multithread handler? im using this code in a handler:
B4X:
'Handler class
Sub Class_Globals
Public AWS_URI_Is_Path_Style As Boolean
Public AWS_Access_Key_ID As String
Public AWS_Secret_Access_Key As String...
Hello,
I would like to stay on the "init" screen as long as the download is not complete and then display the "end" screen. With this code, there is no waiting. Thanks for your help.
B4X:
Activity.LoadLayout("init")
Dim job As HttpJob
job.Initialize("j", Me)...
I have two domains ,the first is free and second paid, if I downloaded image from the free domain no problem but I can't from paid domain I got this error
The attached file is a sample of the problem, so can someone help me?
B4X:
httpjob_getbitmap (java line: 170)
java.lang.RuntimeException...
Hello,
I'm trying to get some json data from a website but it looks that when it's used chrome the returned content is different than when httpjob is used, changing some of json fields. Is there any diference between using job.download(link) and to browse the same link using chrome?
Does header...