INNER CODE UNIT · Kotlin

onCreate

PranshulGG/WeatherMaster · app/src/main/java/com/pranshulgg/weather_master_app/WeatherMasterApplication.kt:30

    override fun onCreate() {
        super.onCreate()

        ProcessLifecycleOwner
            .get()
            .lifecycle
            .addObserver(visibilityTracker)

        NotificationChannels.createAll(this)

    }


}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…