AlmightyMegadeth00 / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 1 forks source link

Time to load Logs is too long #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think time to load even 24 hours worth of logs is still too long.  We need to 
look at a way to optimize the tabbed log activity.  Several things could be 
looked at:

0) Optimize the sorting in All Logs view as it is the slowest since it loads 
logs from all three tables
1) Use ConvertView in the listview
2) Do proressive loading of the listview (see 
http://mylifewithandroid.blogspot.com/2010/03/progressively-loading-listviews.ht
ml)
3) Don't reload the listview data between tab changes

Original issue reported on code.google.com by case.and...@gmail.com on 1 Aug 2010 at 9:38