| Method and Description |
|---|
| com.cube.storm.ui.lib.factory.IntentFactory.getFragmentIntentForPage(Page)
You should not load a fragment intent from an already-instantiated page, use
IntentFactory.getFragmentIntentForPageDescriptor(com.cube.storm.ui.model.descriptor.PageDescriptor) instead
Returns a fragment intent for a specific page |
| com.cube.storm.ui.lib.factory.IntentFactory.getIntentForPage(Context, Page)
You should not load an intent from an already-instantiated page, use
IntentFactory.getIntentForPageDescriptor(android.content.Context, com.cube.storm.ui.model.descriptor.PageDescriptor) instead
Returns an activity intent for a specific page |