implement asynchronous login to prevent several common crashes
This commit is contained in:
parent
b814311804
commit
9f40b7281c
13 changed files with 235 additions and 53 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.dkanada.gramophone.interfaces;
|
||||
|
||||
public interface StateListener {
|
||||
void onStatePolling();
|
||||
|
||||
void onStateOnline();
|
||||
|
||||
void onStateOffline();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue