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
Use listview or listpicker (or spinner) instead
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.
1 Like
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.
Use different screens wisely
- Before starting to create another screen, first you should think about is it really necessary?
- See also Building apps with many screens and SteveJG's post about advantages/disadvantages, because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed...
- See also Martyn_HK's example about how to use Tabs in App Inventor and another example from Cyd. and my Tabbed Screens Demo
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
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.