[android-developers] Re: Properly rendering huge cursors of data in listview?

2009-02-04 Thread dmyung
e new items so when you scroll down, it already has the items ready. > Have a look at this > thread:http://groups.google.com/group/android-developers/browse_thread/threa... > > On Feb 4, 5:45 pm, dmyung wrote: > > > Hello, > > > I've got a Listview in my activit

[android-developers] Properly rendering huge cursors of data in listview?

2009-02-04 Thread dmyung
Hello, I've got a Listview in my activity with a cursor adapter and a view to render the results. When i return a rather large data set from my query (like say, 15,000 rows), the Listview.setadapter() call blocks on me and occasionally gives me the dreaded ANR dialog. I've tried various ways to

[android-developers] Any graphing frameworks/APIs available?

2009-01-09 Thread dmyung
With android removing the Swing and AWT libraries from Java, I was wondering what solutions have been developed to display simple bar histograms, line graphs and other simple data visualizations charts in Android? Have any graphing libraries adapted or developed to make simple line, bar and histo