Search bar for application

hello,
I have created a app that have 100+ buttons
so hard to search one bye one
so I want a search bar to select
please help if can please tell the blocks

Too many buttons :wink:

Use listview or listpicker (or spinner) instead

sorry @TIMAI2
can you send the blocks img

A simple example, the notifier is just to show that an action can be taken after selection. You would replace this with the blocks in your button click events.

image

1 Like

@TIMAI2
so I want to put every action as button name
text

For my example, you could, but it would be a bit confusing

1 Like

I want after picked
"1 " want to open "screen two"
"2" want to open "screen three"
can you please tell how
like i want to do like 50

50? 50 screens ? Did you see the warning when you got to 10 screens? More than 10 is likely to cause problems with your app.

image

Use different screens wisely

If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a while...      
The recommended method of switching screens in App Inventor
(Thanks Taifun)
 
Also see demo: multiscreen.aia
 
2 Likes

thank you very much @TIMAI2

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.