How do I add a custom view to a HorizontalScrollView?
        Posted  
        
            by Sunian314
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sunian314
        
        
        
        Published on 2010-05-16T02:11:07Z
        Indexed on 
            2010/05/16
            2:20 UTC
        
        
        Read the original article
        Hit count: 512
        
So, I followed a tutorial for drawing stuff on android. I have created a Panel class that extends SurfaceView that I draw on using a thread. Now I want to put this Panel in a scroll view, specifically one that scrolls horizontally so that I can draw stuff wider than the screen. I would I go about doing that?
© Stack Overflow or respective owner