show AppOpen

 

private void showAppOpenAdIfAvailable() {
        if (sharedPref.getIsFirstTimeLaunch()) {
            startMainActivity();
        } else {
            if (isForceOpenAds) {
                if (adsPref.getIsOpenAd()) {
                    adsManager.loadAppOpenAd(adsPref.getIsAppOpenAdOnStart(), this::startMainActivity);
                } else {
                    startMainActivity();
                }
            } else {
                if (adsPref.getAdStatus() && adsPref.getIsAppOpenAdOnStart()) {
                    ((MyApplication) getApplication()).showAdIfAvailable(ActivitySplash.this, this::startMainActivity);
                } else {
                    startMainActivity();
                }
            }
        }
    }

RestAdapter createApiCategory

 

private void requestLabel() {
this.callbackLabelCall = RestAdapter.createApiCategory(sharedPref.getBloggerId()).getLabel();
this.callbackLabelCall.enqueue(new Callback<CallbackLabel>() {
public void onResponse(@NonNull Call<CallbackLabel> call, @NonNull Response<CallbackLabel> response) {
CallbackLabel resp = response.body();
if (resp == null) {
// showAppOpenAdIfAvailable();
startMainActivity();
return;
}
dbLabel.truncateTableCategory(DbLabel.TABLE_LABEL);
dbLabel.addListCategory(resp.feed.category, DbLabel.TABLE_LABEL);
// showAppOpenAdIfAvailable();
startMainActivity();
Log.d(TAG, "Success initialize label with count " + resp.feed.category.size() + " items");
}

public void onFailure(@NonNull Call<CallbackLabel> call, @NonNull Throwable th) {
if (!call.isCanceled()) {
// showAppOpenAdIfAvailable();
startMainActivity();
}
}
});
Tell your friends about Invisible Yahoo Detector !!
Find out the real yahoo status now using our Yahoo Status Detector !
Yahoo status chcker is a yahoo status detector that detects invisible users on yahoo messenger.
Yahoo status detector shows your avatar and gives you the possibility to download the yahoo status avatar
Yahoo Status is a free service so everybody can use it for free