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

android.app.Activity Maven / Gradle / Ivy

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

import android.os.Bundle;
import android.view.ContextThemeWrapper;

public class Activity extends ContextThemeWrapper {

    protected void onCreate(Bundle savedInstanceState) {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy