私はAndroidアプリを開発しています..その間にモバイルjqueryを追加したい..
他の誰かによって開発されたjqueryプロジェクトがすでにあります。アクティビティでそのhtmlページを呼び出したい..
WebView を作成してそれを呼び出す必要があるかどうか?? または、そのhtmlページをアクティビティから直接呼び出すことができますか?
もう 1 つ.. jquery プロジェクトを私のプロジェクトに追加する方法、つまり、どのフォルダーに配置できますか?? 助けてください...
ここに私のxmlコードがあります
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
<WebView
android:id="@+id/webView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_centerVertical="true" /> </RelativeLayout>
前もって感謝します。