Recent content by SahilMathur

  1. S

    what is the use of dagger and provider?

    import acr.browser.lightning.preference.PreferenceManager; import com.squareup.otto.Bus; import dagger.MembersInjector; import javax.inject.Provider; public final class BrowserPresenter_MembersInjector implements MembersInjector<BrowserPresenter> { static final /* synthetic */ boolean...
  2. S

    I couldn't get what happing in this function?

    public void onSubscribe(@NonNull Subscriber<Void> subscriber) { TabsManager.this.shutdown(); String url = null; if (this.val$intent != null) { url = this.val$intent.getDataString(); } if (this.val$incognito) {...
  3. S

    how can i bring tab functionality in app?

    such as on first activity facebook is running and another one gmail account in running and both these activity running behind main activity.