Skip to content

Commit 4864082

Browse files
committed
readme
1 parent 08b218d commit 4864082

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ dependencies {
3333
}
3434
}
3535
```
36-
Initialize database module after Rotor core initialization:
36+
Initialize database module after Rotor core initialization. Should be invoked on `LoadingActivity` or `SplashActivity`. :
3737
```java
3838
Rotor.initialize(getApplicationContext(), "http://10.0.2.2:1507/", "redis://10.0.2.2", new StatusListener() {
3939
@Override
4040
public void connected() {
4141
Database.initialize()
42+
43+
// login - main UI
44+
// start listen references
4245
}
4346

4447
@Override

0 commit comments

Comments
 (0)