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. j av a 2 s.c o m*/ import me.panavtec.wizard.WizardPage; public class WizardPage3 extends WizardPage<Fragment3> { @Override public Fragment3 createFragment() { return new Fragment3(); } }