Is it possible to create new screen by press button?

Hello… is it possible to create new screen by pressing button?

You mean when user click on button in your app then app will create new screen.
If Yes, It’s not possible.
By the way, can you tell me why you need this ?

3 Likes

i need this for creating new folder as a screen and user can put images in this screen like cam scanner’s…

see this screenshots

image

image

image

You can do this by adding folder named to variable list after that using this component.

1 Like

This is ok… but when user create unlimited folder and then click each list view item it’s only open another only one screen…

Naah.

But you can make Dynamic Vertical or Horizontal, Scrollable or Non-Scrollable Arrangements as Virtual Screens.

1 Like

Simply, use tab view or view pager to create a view according to user requirements.

Whenever user try to create new folder then add one more tab or view.

With proper logic you can make it.

2 Likes

You don’t need a screen for each item in a list…

You can pass, for example, the folder name (or the path) as the initial value to other screen, and then create your own logic

2 Likes