I do:
from a service,calling an activity (subirdat):
I do the same with an event from an activity to other activity and works fine,but that no.
Please,any track.
Thank you
CallSubDelayed(subirdat,"subee")
from a service,calling an activity (subirdat):
Sub subee
ExecuteRemoteQuery("http://"&base&"/android.php?id=" & id & "&fecha="&fecha&"&hora="&horaa&"&nombre="&nombre&"&longitud=" &longitud&"&latitud="&latitud,1)'&",foto="&foto'
StopService(control)
End Sub
Sub Activity_Resume
End Sub
Sub ExecuteRemoteQuery(Query As String, TaskId As Int)
Dim req As HttpRequest
req.InitializePost2(Query, Query.GetBytes("UTF8"))
hc.Execute(req, TaskId)
End Sub
Sub hc_ResponseSuccess (Response As HttpResponse, TaskId As Int)
ToastMessageShow("OK",False)
StartActivity(idmovil)
Activity.Finish
End Sub
I do the same with an event from an activity to other activity and works fine,but that no.
Please,any track.
Thank you