GDG-Korea / GoogleDevelopersLive

This application is able to watch Google Developers Live page's youtube video and scheduled programs.
https://play.google.com/store/apps/details?id=com.proinlab.gdlapp
45 stars 28 forks source link

fix #13 java.lang.IllegalStateException #26

Closed dalinaum closed 11 years ago

dalinaum commented 11 years ago

If adapter's data is modified by non-UI threads while UI thread is traversing views, IllegalStateException exception occurs. This work-around uses handler.post method to avoid this exception.