An application for the Android OS which turns your phone into a ski or snowboard alarm clock with ski resort monitoring features. This project is based on android-ski-report found at http://code.google.com/p/android-ski-report/
I'm guessing there's a race here between getCount() being issued during the list draw and onReport() posting a null report. Would it be possible to setup the list adapter with the expected # of reports at startup? It shouldn't change for a given instance.
I'm guessing there's a race here between getCount() being issued during the list draw and onReport() posting a null report. Would it be possible to setup the list adapter with the expected # of reports at startup? It shouldn't change for a given instance.