Back to project page Wizard.
The source code is released under:
Apache License
If you think the Android project Wizard 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 me.panavtec.wizardsample; //w w w . ja v a 2 s .c o m import me.panavtec.wizard.WizardPage; public class WizardPage2 extends WizardPage<Fragment2> { @Override public Fragment2 createFragment() { return new Fragment2(); } }