ahmad000012
دوشنبه 20 مهر 1394, 23:38 عصر
سلام دوستان در یک پروژه sliding menu دارم میخوام از webview استفاده کنم اما نمیدونم کدهای وب ویو را کجای فایل جاوا استفاده کنم
این کدهای لایه
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:id="@+id/webView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" />
</RelativeLayout>
این کدهای قسمت جاوا
package info.androidhive.slidingmenu;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class PhotosFragment extends Fragment {
public PhotosFragment(){}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.fragment_photos, container, false);
return rootView;
}
}
حالا موندم کدهای وب ویو را کجا و تو کدوم تابع قرار بدم
خوهشا دوستان کمک کنید
خیلی گیر هستم
این کدهای لایه
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:id="@+id/webView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" />
</RelativeLayout>
این کدهای قسمت جاوا
package info.androidhive.slidingmenu;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class PhotosFragment extends Fragment {
public PhotosFragment(){}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.fragment_photos, container, false);
return rootView;
}
}
حالا موندم کدهای وب ویو را کجا و تو کدوم تابع قرار بدم
خوهشا دوستان کمک کنید
خیلی گیر هستم