android-webview
Having trouble linking custom MyWebView with main.xml
I have attempted to extend the WebView class in my application so that I can detect swipes: public class BookOne extends Activity {[详细]
2023-03-21 20:06 分类:问答My WebView does not fill the tabs' screens (but fills the cellphones' screens with no pb)
My app needs to instantiate a WebView that displays the content of a page of a website. It works perfectly with cellphones (I\'ve tried with various HTC\'s and with a recent Samsung too) but it doesn[详细]
2023-03-21 11:52 分类:问答Display PDF in Android - loaded from external, authenticated URL
In my Android app, I need to display a PDF file. The PDF file is read directly from the web, through an API that uses basic authorization (I\'m using the Apache HttpClient with a line like request.add[详细]
2023-03-21 11:24 分类:问答Calling Activity from WebView on shouldOverrideUrlLoading()
In webview, I click a link that 开发者_如何学Pythontakes me to an activity through following code :[详细]
2023-03-20 22:28 分类:问答how to get rss feed in an android app page from a live website?
I have an ASP.NET website and I want to develop simple android application with 1 page in which I want to get live data from RSS FEED of my website.[详细]
2023-03-20 16:23 分类:问答Scaling a WebView with Property Animations
I\'m working on a Honeycomb tablet app that needs to scale some UI views as the user interacts with it. So far I\'ve been using Property Animations and it\'s working pretty well with ImageViews and Te[详细]
2023-03-20 07:24 分类:问答Android webview inactive drop down
I have an webview that show a dynamic list of div/tables开发者_JS百科 with drop downs in it that all are set to display: none; with an visible headline link to show.[详细]
2023-03-19 06:30 分类:问答Problem with Activity switching -Android
I\'m trying to switch to a different activity from 开发者_JAVA百科my app. The new activity has a webview layout. When I press the enter key, I can see the new activity hardly for a second and then I\'[详细]
2023-03-19 04:21 分类:问答Return button close the WebView app
I have a application as below that runs as FullScreen.NoTitleBar: public class BrowserActivity extends Activity {[详细]
2023-03-18 05:25 分类:问答Android marketplace link
I think I would like users to be directed to the marketplace for an \"in-app update\" I am creating. On iOS there are itunes://urlstyle links that takes users to the itunes store. This is also recogn[详细]
2023-03-17 16:23 分类:问答