Data not parsing fully via webview/other html converting method in android app -


i have created app works on transaction.in app sending request api used transaction in various values sent. response in form of html. parsing response response not converting fully.

help me regarding code , if other method present sent variables url via post only

use webview view result , pass of values via url. can achieve as

    webview.posturl(url, encodingutils.getbytes(postdata, "base64")); 

postdata string parameters.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -