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

org.holoeverywhere.IHolo Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version

package org.holoeverywhere;

import org.holoeverywhere.app.Application;
import org.holoeverywhere.app.Application.Config;
import org.holoeverywhere.app.Application.Config.PreferenceImpl;
import org.holoeverywhere.preference.SharedPreferences;

public interface IHolo {
    public Config getConfig();

    public SharedPreferences getDefaultSharedPreferences();

    public SharedPreferences getDefaultSharedPreferences(PreferenceImpl impl);

    public LayoutInflater getLayoutInflater();

    public SharedPreferences getSharedPreferences(PreferenceImpl impl,
            String name, int mode);

    public SharedPreferences getSharedPreferences(String name, int mode);

    public Application getSupportApplication();

    public boolean isABSSupport();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy