thanks for reply if i try image show after webview
using xml code
Using xml Syntax Highlighting
<WebView android:id="@+id/WebView"
android:layout_below="@id/listimg1"
android:layout_marginTop="10px"
android:layout_marginLeft="@dimen/ten_pixel"
android:layout_marginRight="30px"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
<ImageView android:id="@+id/showimg"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@id/WebView"
android:src="@drawable/icon"
android:layout_marginBottom="@dimen/listsix"
/>
Parsed in 0.002 seconds, using
GeSHi 1.0.8.4
and in java simple use loaddata()
but it cannot show anything
how to show image after webview????how to get height of webview??