Optimising Androidplot
        Posted  
        
            by 
                Zammbi
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zammbi
        
        
        
        Published on 2012-04-12T22:39:17Z
        Indexed on 
            2012/09/12
            15:38 UTC
        
        
        Read the original article
        Hit count: 255
        
Seems Androidplot (androidplot.com) website/forums are down so I'll try asking this question here.
I have multi touch zoom and scrolling. Similar code to http://mlepicki.com/2012/03/androidplot-multitouch-zoom-scroll/ except that I have a bar graph instead. However with 100 data points it has noticeable lag. Even with 10 bars are just showing. Sounds like its drawing/calculating/etc all bars.
Any idea on how I could optimise this?
I can't use hardware rendering as I want to support Android 2.1 and the library doesn't support it(it breaks).
© Stack Overflow or respective owner