Using Website Information Without WebView
Posted
by
Mr. Monkey
on Stack Overflow
See other posts from Stack Overflow
or by Mr. Monkey
Published on 2010-12-29T22:37:14Z
Indexed on
2010/12/29
22:54 UTC
Read the original article
Hit count: 317
I am very new to this, and I more looking for what information I need to study to be able to accomplish this.
What I want to do is use my GUI I have built for my app, but pull the information from a website.
If I have a website that looks like this:
(Sorry, can't post pics yet)
http:// dl.dropbox.com/u/7037695/ErrorCodeApp/FromWebsite.PNG
(full website can be seen at http://www.atmequipment.com/Error-Codes)
What would I need from the website so that if a user entered an error code here:
http://
dl.dropbox.com/u/7037695/ErrorCodeApp/InApp.PNG
It would use the search from the website, and populate the error description in my app?
I know this is a huge question, I'm just looking for what is actually needed to accomplish this, and then I can start researching from there. -- Or is it even possible?
© Stack Overflow or respective owner