Is it possible to pull a webpage or content from the web into a widget on the android home screen

Posted by cdg on Stack Overflow See other posts from Stack Overflow or by cdg
Published on 2010-04-03T20:06:49Z Indexed on 2010/04/03 20:13 UTC
Read the original article Hit count: 202

Filed under:
|
|
|
|

Hi there. I have a php web page that will randomize an image that is 158x154. I was able to get the android application to work, but would also like to get it to work as a widget. How the heck can I get a widget to pull information from the net? I got the widget to work and layout correctly with a black sample image. I have tried to look at the wiki sample, but it is a bit too complicated for my little brain to grasp. The data that gets pulled looks something like:

<html><body bgcolor="#000000">center>    
<a href="http://www.website.com" target="_blank">
<img border="0" src="http://www.webiste.com//0.gif"></a>
<img src="http://www.webiste.com" style="border:none;" />
</center></body></html>

Help please. I am pulling my hair out trying to figure this out.

© Stack Overflow or respective owner

Related posts about android

Related posts about webview