android does not display "" inside TextView?
        Posted  
        
            by UMMA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by UMMA
        
        
        
        Published on 2010-05-27T11:51:21Z
        Indexed on 
            2010/05/27
            12:41 UTC
        
        
        Read the original article
        Hit count: 284
        
dear friends,
i am trying to display STRING my car name is "abc" in textview.
it displays &qoute;abc&qoute; after running application.
i have tried decoding into " and then assigning it to TextView but it always convert " to &qoute;
can any one guide me how to solve this issue?
any help would be appriciated.
© Stack Overflow or respective owner