Help me choose between XML or SQL Lite on android
        Posted  
        
            by Ngetha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ngetha
        
        
        
        Published on 2010-05-03T06:07:35Z
        Indexed on 
            2010/05/03
            6:18 UTC
        
        
        Read the original article
        Hit count: 240
        
I have an android app that periodically, say once a week downloads content from a server in XML. The content is used by the app, different Acitivities use different parts of the content.
My question is a design one, should I save the data in SQlite or just keep it as an XML file, which one would be faster to read?
The app can only use one content piece at a time, which means subsequent XML content downloads replace the old one.
© Stack Overflow or respective owner