Android Example How to read xml web service and store results into sqlite database

The attached example shows how to read any xml structure and store the results into a SQLite database table using a service

The example uses dbutils and a webview to show the results very simple
please read all the notes in the rssReader service
This example parses the questions forum rss feed

Required Library's
SQL
XMLSAX
HTTP
HTTPUTILS2

Have fun
 

Attachments

  • RssReader.png
    RssReader.png
    147.6 KB · Views: 1,081
  • savexToDb.zip
    13.6 KB · Views: 1,125
Top