开发者

Interact with websites?

开发者 https://www.devze.com 2023-02-05 08:19 出处:网络
If i am developing a third party tool. is there a way to interact with that website? For example i am making a android Application which allow the user to search a specific website. Is there possib开

If i am developing a third party tool. is there a way to interact with that website?

For example i am making a android Application which allow the user to search a specific website. Is there possib开发者_如何学运维le to load the search result in listview?

This was just an example.

So get information from a website becuase i want a different layout and so on.

EDIT* and how do i do it? Thank you!


1) If you want to display the content of your webpage in a specifically designed application you can use WebKit, the web engine inside android, in a WebView. Check more on this link.

2) If you want to have a more granular control over the data shared you can use the apache http client to share data over http, and reformat it for the user. You can also set up customs http request between the terminal and your server to improve the mobile experience.

0

精彩评论

暂无评论...
验证码 换一张
取 消