You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm create and put this
private Emitter.Listener onNewMessage = new Emitter.Listener(){
bla bla bla
}
in my app(MainActivity) same as in tutorial at http://socket.io/blog/native-socket-io-and-android/,
but why i have error in getActivity().runOnUiThread(new Runnable() { ?
when i ctrl + space, there is no getActivity
anyone can help me?
it's my first time combine speech to text and socket io