简体   繁体   中英

Fill android app table from website table

Lets say i have an table in an android app, and i have a website with a table (text & hyperlinks) that gets updated hourly. is there a simple way to get the data from the website table to the android table thanks.

You can do an HTTP get request to the website with the table and parse it as a string, extracting the text within the <table></table> elements. Perhaps the following post may help https://stackoverflow.com/a/14418351/2557554

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM