Android Tutorial
Create by
(Afriyudi, [Link])
Membuat project
android create project
--target 1
--name MyAndroidWebViewApp
--path <your Directory>/MyAndroidWebViewAppProject
--activity MyAndroidWebViewAppActivity
--package [Link]
Step 1 :Insert WebView in [Link]
<WebView xmlns:android="[Link]
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
Step 2 : open file
MyAndroidWebViewAppActivity and add this
code
WebViewmyWebView=(WebView)findViewById([Link]);
Stringhtml="<html><body>Hello<b>Android</b>,I'mUsingWeb
View</body></html>";
[Link](html,"text/html","utf8");
Step 3 : compile dan running
Step 4 : tambahkan tabel dan beri warna
kemudian compile dan lihat hasilnya