Back to project page Skeleton.
The source code is released under:
Apache License
If you think the Android project Skeleton listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.gordon.skeleton.screens; // ww w . j av a 2 s . c o m import com.gordon.skeleton.utils.SkeletonDialog; /** * Created by kg on 10/30/14. */ public interface ScreenManager extends ScreenSwitcher { public void invalidateTitles(); public void setDisplayHomeAsUpEnabled(boolean enabled); public void showDialog(SkeletonDialog dialog); }