I have implemented using php kit and connected android activity with html page with the help of webview. Now how to do i pass the value to the html page and make it in readable format bt cannot edit it???
enter code here
webView = (WebView) findViewById(R.id.webView1);
str = "file:///android_asset/dataFrom.html";
webView.getSettings().setJavaScriptEnabled(true);
webView.loadUrl(str);