hey, i know i can intercept webview and return my own ressource via an override of shouldInterceptRequest() - but i have to return the ResourceRespons within that call. i have a native-lib which is using curl to get http-responses. i want to collect the requests that trigger shouldInterceptRequest() and then let curl get all data. when it is finished i want to give the ressources back to webview.
i would like to use shouldInterceptRequest() to collect the needed resources, put them in a queue and let curl do all the network-stuff in an separate thread (just polling the queue) and as soon as it has finished give the responses back to webview. is this possible with the android.webview class ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

