I know about the custom dialog stuff, but that only lets you add 1 view, and uses Android OK/Cancel buttons. Is there a way to make a modal form, so it darkens the screen, and you can add any number of views, and have any of them close it, and return a value to the function that called it?
I've been using non-modal popups by using Question ID numbers, so I know what data I'm expecting at the end, so everything works asynchronously, but it's getting too complex/a pain to keep up...
I've been using non-modal popups by using Question ID numbers, so I know what data I'm expecting at the end, so everything works asynchronously, but it's getting too complex/a pain to keep up...