Austin Lazarus
Austin Lazarus
This is my modified version which pulls slides from an external API: **Slider.java** > public class Slider { public String img; public String txt; Slider(String img, String txt) { this.img...
Hey @kaedea, I am also interested in using your library, but I am a bit confused as to gradle implementation. Have you deployed to jcenter yet?
Are you running the server on a localhost?
Hi @machinezhou I am having a similar problem. Is it that you can't proceed from the login activity on your app with the default server chat.socket.io ?
It is crashing, and or just not doing anything at all.
``` 01-04 09:28:45.769 28017-28017/co.aulatech.budgeat E/dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering 01-04 09:28:46.089 870-1527/com.google.process.gapps E/NetworkScheduler.SR: Invalid parameter app 01-04 09:28:46.089 870-1527/com.google.process.gapps E/NetworkScheduler.SR: Invalid package name : Perhaps...
Try this: > compile ('com.github.nkzawa:socket.io-client:0.3.0') { > // excluding org.json which is provided by Android > exclude group: 'org.json', module: 'json' > }