How to call certain methods when application comes foreground in Android

95 Views Asked by At

I tried to follow this https://stackoverflow.com/a/52217644/18210851 but this method ProcessLifecycleOwner.get().getLifecycle().addObserver(this) is deprecated and requires deprecated gradle dependency. Is there a way I can call some method only once when the application comes foreground.

0

There are 0 best solutions below