Answer the question
In order to leave comments, you need to log in
Android, dagger is it possible to update inside a module?
Please help, a project with a socket was built using the dagger module
part of the connection code
@Module(includes = ContextModule.class)
public class SocketModule {
....
try {
mSocket = IO.socket(SOCKET_URL, opts);
} catch (URISyntaxException e) {
e.printStackTrace();
}
....
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question