Mahdi Pishguy
Mahdi Pishguy
@jaredsburrows after downloading file from `sourceforge` and changing to extracted directory i run this command: `make` and i getting this error: ``` cd Downloads/JPasswordRecoveryTool\ v1.09 pishguy@Mahdis-iMac JPasswordRecoveryTool v1.09 % ls...
@jaredsburrows thanks, now we should download again source from `sourceforge` or we should clone git repository?
@VyasMankar You can use this solution, i hope to help you Service: ``` public class SocketServiceProvider extends Service { private Application signalApplication; private Realm realm; public static SocketServiceProvider instance =...
@sanchitgarg1909 Hi sir, my application's service disconnected after close app.i dont have any multiple and i'm using one service and appliaction on phone, but after closing application socket disconnected and...
@pelcom `EventChangeChatServerStateEvent` class is only simple class to pass data with `EventBus` library, in this class i pass only simple enum
@pelcom ok, look at this code: ``` public class EventChangeChatServerStateEvent { private chatServerState state; public EventChangeChatServerStateEvent(chatServerState state) { this.state = state; } public chatServerState getState() { return state; } public...
@kushanshah11 yes sure ``` import android.app.NotificationManager; import android.app.Service; import android.content.Context; import android.content.Intent; import android.os.Binder; import android.os.Build; import android.os.Handler; import android.os.IBinder; import android.os.Looper; import android.support.v4.content.LocalBroadcastManager; import android.util.Log; import com.birbit.android.jobqueue.JobManager; import com.onehilltech.concurrent.CompletionCallback;...
@juanmanuelarze could you take a sample?