5

How Do I create Materialized Set Up Wizard (Steps View)

Actually, In my application, I need to ask the user some information in the beginning. Like Google asks users when they first launch the phone.

Step 1: Info (Next)

Step 2: More Info (Back and Next)

Step 3: Review (Back and Submit)

Like Lollipop's Set Up Wizard

enter image description here

But I have many TextView(s) and EditText(s) in each and every Screen, this is what i exactly need, should I need to customize it as per my requirement, or is there any official lib to use ?

Edric
  • 24,639
  • 13
  • 81
  • 91
Sophie
  • 2,594
  • 10
  • 41
  • 75
  • 3
    Not sure if this lib meets your requirement https://github.com/matrixxun/ProductTour. Modify according to your needs – Raghunandan Aug 26 '15 at 06:34
  • @Raghunandan thank you so much, exactly what i was looking for .. thank you so much – Sophie Aug 26 '15 at 06:39
  • @Raghunandan I also want to materialize my complete app, and widgets i have to use: Edittext, checkboxes, radio buttons, spinner, pickers and other available controls.. which lib you would recommend me ? and i want to support minimum api 9 – Sophie Aug 26 '15 at 06:44
  • Use AppCompat and you can style your widgets to get a look feel of material – Raghunandan Aug 26 '15 at 06:45
  • @Raghunandan I have tried earlier but i am not getting same look and feel of material (in pre-lollipop devices, like: Dialog), can you show me any demo in which i can check where i am doing mistake ? – Sophie Aug 26 '15 at 06:53

0 Answers0