jeudi 20 août 2015

Importing html tables into an android app

I plan on displaying dates and times in an android application but I am stuck on how I would implement this.

My Idea: At the beginning of every month, a new calendar is downloaded. This information is displayed within the app and no internet connection is necessary for the rest of the app usage.

The information is in the form of an html table. How can I import this table, and display it within the App (also allowing the user to view only certain information in the table (querying the table))

Do I have to import this table into an sqlite database? or is there a less complicated way of doing this. I would like to limit the number of times the user has to access the internet, therefore it would be necessary to store the html table within the app itself.

Aucun commentaire:

Enregistrer un commentaire