Android which type of feed is faster for rendering?
        Posted  
        
            by 
                ppshein
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ppshein
        
        
        
        Published on 2012-10-04T02:35:40Z
        Indexed on 
            2012/10/04
            3:37 UTC
        
        
        Read the original article
        Hit count: 150
        
Currently, I've developed android news application for my client. In this project, I've used JSON feed for content sync but I feel rendering JSON feed in android is a bit slow. Perhaps, due to my coding or something else. Now want to try XML feed instead of JSON.
Thus please let me know which type of feed (between XML and JSon.. but let me know any good feed any other else) is faster for rendering in Android?
© Stack Overflow or respective owner