Android Question Stepper / Wizard component needed

ernschd

Active Member
Licensed User
Longtime User
Hello,

I would like to display several views one after another in my app, which the user can edit, preferably in a kind of wizard (step 1, step 2, step 3, etc.).
Previously in Material Design there was the "Stepper Component" (Mobile step dots). Is there a library for B4A, or do I have to build the layout including the events myself?

Or is there a more "modern" way for the user to enter his data?

I have already tried to compile various Java projects as a library, but I failed.

Thanks in advance
 

DonManfred

Expert
Licensed User
Longtime User
Or is there a more "modern" way for the user to enter his data?
I havn´t seen any library for the new Material-Objects.
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Maybe you can adapt/modify these to your needs:


 
Upvote 0
Top