WizardPager icon indicating copy to clipboard operation
WizardPager copied to clipboard

Wizard Pager is a library that provides an example implementation of a Wizard UI on Android, it's based of Roman Nurik's wizard pager (https://github.com/romannurik/android-wizardpager)

Results 8 WizardPager issues
Sort by recently updated
recently updated
newest added

Hi! I know, this project is too old, but maybe something could change? Currently newest AS can not build project Maybe someone knows, how to fix? I tried to turn...

In the sample code the AbstractWizardModel is being statically instantiated when MainActivity is created. Once this is done, the onNewRootPageList() callback is immediately triggered in the wizard model and I...

Hello i have multiple fixed choice like below: ``` ((MultipleFixedChoicePage) mWizardModel.findByKey("Items")) .setChoices(names) .getAdapter().notifyDataSetChanged(); ``` I cannot setId to each choice field. I just only can set the string name to...

Please, how do I get each data value so that I can send to the server via my api?

I'am trying to use wizaredPager in a fragment, and i got "Activity must implement PageFragmentCallbacks" exception . ` public class CollectionDonneesFragment extends Fragment implements PageFragmentCallbacks, ReviewFragment.Callbacks, ModelCallbacks ``` { private...

I'm trying to implement this library by changing the sample. Currently I just changed WizardModel but didn't touch anything in `MainActivity`. I get an exception, I tried to google and...

I wanted to create a modified version of BranchPage, but setParentKey() cannot be accessed outside the package.

I wrote this over a year ago in my [popular fork](https://github.com/str4d/android-wizardpager) of Roman's sample code, and have been using it in [an app](https://github.com/i2p/i2p.android.base) ever since. But I want to move...