Skip to content

Instantly share code, notes, and snippets.

View fmt-Println-MKO's full-sized avatar

Matthias Koch fmt-Println-MKO

View GitHub Profile
package com.github.fmtprintlnmko.util;
import android.app.Activity;
import android.app.Application.ActivityLifecycleCallbacks;
import android.os.Bundle;
public static final class MyActivityLifecycleCallbacks implements ActivityLifecycleCallbacks {
private AtomicInteger count = new AtomicInteger(0) ;