
org.holoeverywhere.addon.IAddonFragment Maven / Gradle / Ivy
The newest version!
package org.holoeverywhere.addon;
import org.holoeverywhere.app.Fragment;
import android.os.Bundle;
import android.view.View;
public abstract class IAddonFragment extends IAddonBase {
public void onCreate(Bundle savedInstanceState) {
}
public void onDestroyView() {
}
public void onPreCreate(Bundle savedInstanceState) {
}
public void onViewCreated(View view, Bundle savedInstanceState) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy