FreakDev / PhoneGap-Android-HTML5-WebSocket

a little java implementation of missing WebSocket form Android webview
80 stars 30 forks source link

Android doesn’t want other threads to communicate with UI thread directly #1

Closed IndrekV closed 12 years ago

IndrekV commented 12 years ago

The error "CalledFromWrongThreadException" was thrown. The other threads must employ an additional thread to bridge the communication.