servletresponse

  1. Z

    Android Question wait for in ServletResponse

    This is what I have so far. small server, created in service. problem is handling the response, because I must start intent based on the received message in the request. Sub HandleMainPage (Response As ServletResponse) Dim rs As ResumableSub = CallSub(Main,"Testing") If rs.IsInitialized...
Top