Can I have 2 available text boxes in a Notifier, I want to have a Notifier where I can enter a Code and The name of a chat?
This post was flagged by the community and is temporarily hidden.
try one of the dialog extensions (taken from the extensions directory App Inventor Extensions | Pura Vida Apps)
Taifun
What exactly do i add to have those?
Peter
7
Looking at your other topic you are using an iPhone or iPad. You can not use extensions on iOS only on Android.
Not forgetting AltNotifier which offers a "login" (user/pass text) notifier.
im trying to implement it but i can not think of an effincient way to do so.
Use one cardview
Add two textbox and a button if needed and use alphadialogue extension in thus pass this cardview to pop up whenever the actiin is triggered and this will do good to you. [UPDATE] Free Alpha Dialog | Transparent Dialogs, Custom Toasts and much more - Extensions - Kodular Community find it here
ABG
13
Use two text boxes,, label,and a button, in a vertical arrangement.
No extensions needed.
Join Chats and create with a code and name
I want my app to create a random code then save it, you should be able to join it if you have the name and code
what do i add