Merhaba değerli türkhackteam sizlerle çok yararlı bulduğum bir konuyu paylaşmak istedim
Web sitenizin android de neden programı olmasın?
Bu kodları başarılı kullanmak için web sitenizin mobil uyumlu olması gerekmektedir .
Web sitenizin android de neden programı olmasın?
Bu kodları başarılı kullanmak için web sitenizin mobil uyumlu olması gerekmektedir .
Proje.java kodu
Package com.projem.tht
import android.app.Activity
import android.os.Bundle
import android.webkit.webview
Public class WebViewprojem extends Activity {
Public voi d onCreate (Bundle SavedInstanceState) {
super.onCreate(SavedInstanceState);
setContentView(R.layout.projem);
WebView WebView = (WebView)findViewById(R.layout.projem);
Webview.loadUrl ("http://www.turkhackteam.org/mobile");
}
}
___________________
Activity deki layout dosyası
<?xml version="1.0" encoding=" utf-8"?>
<LinearLayout xmlns:android="http://Schemas.android.com/apk/res/android" android
Android:layout_width="fill_parent"
Android:layout_height="fill_parent"
<TextView android:text="Yüklenen site:turkhacktem"
Android:Layout_width="fill_parent"
Android:layout_height="wrap_content"/>
<WebView android:id="@+id/WebView
Android:Layout_width="fill_parent"
Android:layout_height="300dip"/>
</LinearLayout>
Son düzenleme:


