derrylieyanto

Results 1 comments of derrylieyanto

finally working. use this library in app build.gradle : implementation('io.socket:socket.io-client:1.0.0') { exclude group: 'org.json', module: 'json' } instead implementation 'com.github.nkzawa:socket.io-client:0.6.0' then use code from @ghost > @ProductOfAmerica here what you...