English 中文(简体)
Android 选择联系
原标题:Android choose link
  • 时间:2012-04-13 14:36:12
  •  标签:
  • android
  • web

I m 寻找一种途径,使用户有机会方便地链接网站。 因此,我要寄信给大家,打开你的管,让用户查找链接。 但是,一旦发出意向,用户就无法访问网页。 我也试图安放一个网络浏览器,但使用以下代码,这个装置只是打开浏览器。 我能做些什么,让用户 br,然后让我联系?

WebView engine = (WebView) findViewById(R.id.web_engine);  
engine.loadUrl("http://www.youtube.com");
engine.getSettings().setJavaScriptEnabled(true);  

<WebView android:id="@+id/web_engine"  
             android:layout_width="fill_parent"  
             android:layout_height="wrap_content"  
            />
最佳回答

据我所知,没有“连接内容提供者”。 我指的是,你通常把内容浏览器(或系统)连接起来,并做辛勤工作。 然后,浏览器处理它所接触的所有剩余环节,并知道如何处理。 如果你们能够接触到多个方案所处理的内容,而且不存在违约,那么你将请你如何处理。 没有任何东西可以要求联系。

为了做你想要做的事情,你需要用另一种方法补充你的申请内容。

让我假设你再做一个你管的下载器。

考虑登记你的申请,以收回所有你的视频图像。 然后,当用户点击视频链接时,他们可以选择与你的下载者开放。 在这样做时,你可以明确意图让YouTube App(或正常的录像)拍摄新下载的录像。

详情请上

如果你对网上浏览的用户浏览感到振奋,然后将其转回你的申请,那么你可以考虑将 Java字的界面与你的网络访问网站联系起来。

其他选择总是复制和复制(=)

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签