Back to project page CakeUI.
The source code is released under:
GNU General Public License
If you think the Android project CakeUI 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.cakeui.utils.enums; /*from w w w . ja va2 s . c om*/ /** * * @author Mariana Azevedo * @email mariana@bsi.ufla.br * * Enum that represents the pages between the fragments attached on the activity */ public enum PagesOpen { JUST_ACTIVITY, FRAGMENT_ONE, FRAGMENT_TWO, FRAGMENT_THREE, FRAGMENT_FOUR, FRAGMENT_FIVE }