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

org.solovyev.android.fragments.FragmentDef Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android.fragments;

import android.support.v4.app.Fragment;

import javax.annotation.Nonnull;

public interface FragmentDef {

	@Nonnull
	String getFragmentTag();

	@Nonnull
	Class getFragmentClass();

	boolean isAddToBackStack();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy