Hello,
here I have another question about customizing alerts: is there a way to display an alert on the screen, which contains a textbox where users can directly start typing?
Thanks in advance.
Hello,
here I have another question about customizing alerts: is there a way to display an alert on the screen, which contains a textbox where users can directly start typing?
Thanks in advance.
badic ui (lcdui) will not help you here since alert are only used for text/image displaying. however there may be some other ui framework that support such feature.
LWUIT dialog class does what you are looking for. since a dialog is a form, you can add whatever component you need to it