How can I copy my data from xyz.xml in my assets dir to my sqllite db during development in android platform
2
-
1I think you need to write some class or method that will do that import for you. No one knows how the XML tags map to your database structure but you.codinguser– codinguser2010-08-11 12:55:06 +00:00Commented Aug 11, 2010 at 12:55
-
I'm looking for code to parse the xml data. the tutes are for rss feeds from the internet but i couldn't find any tutes to do the parsing from local xml fileAbiral Shakya– Abiral Shakya2010-08-11 17:31:31 +00:00Commented Aug 11, 2010 at 17:31
Add a comment
|