How to design a grid containing TextView in Android
        Posted  
        
            by 
                Cris
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cris
        
        
        
        Published on 2011-01-06T23:12:38Z
        Indexed on 
            2011/01/07
            8:54 UTC
        
        
        Read the original article
        Hit count: 506
        
Hello, i need to realize an app for Android using this background image:

Over every cell i have to draw a TextView, but i don't know how to do it with the different screens; i have the background image with 3 resolutions (240x320, 320x480, 480x800) but i don't know what kind of layout to use; i would use GridView but i don't know if i can work with different column size.
Can anyone help me? Thanks in advance
© Stack Overflow or respective owner