All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.Activity.kt Maven / Gradle / Ivy

Go to download

Exercise is an annotation processor for Kotlin Android projects. Exercise makes it possible to pass intent extras easily and correctly.

There is a newer version: 0.12.0
Show newest version
package android.app

import android.content.Context
import android.content.Intent

abstract class Activity : Context() {
    val intent: Intent = throw NotImplementedError("Stub")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy