how to create an android popup window with webpage in it.
you could create a new activity which is displayed as dialog <activity android:theme="@android:style/Theme.Dialog">
and put a WebView in it
how to create an android popup window with webpage in it.
you could create a new activity which is displayed as dialog <activity android:theme="@android:style/Theme.Dialog">
and put a WebView in it
精彩评论