It is necessary to organize the dynamic creation of pages such as TabbedPage or CarouselPage to fill with data. Xamarin MVVM. The point is to create pages with the same markup for creating tests with questions and several answers, the number of pages depends on how much the user specified.

  • Create, what's the catch? - Dev
  • novice programmer, I lack knowledge, I would imagine how it should be, but I cannot implement it - Vitalii Matviienko
  • Create a new TabbedPage type in the code and add the necessary number of required pages in the loop. You don't need XAML there. - Dev

0