aanders5 0 Junior Poster

Ok, so here is a very bad UI of my android program thus far.
[img]http://img849.imageshack.us/img849/5347/avdimage.png[/img]

What I want to know first is 1) is the multi-text-line thing basically like a JTextArea for Java? This is a mobile chat app (it just allows you to talk and see to a chat already running on a site). Where the mutliline text is I will post the current chat feed and such.

2) How do I get a pop-up window to enter information in? You see the options, post chat and login, both of which will be a small pop-up window to quick write up a chat, or to enter the user credentials. How can I do that? For plan Java I used JOptionPane, but android does not support I believe, cuz it doesn't work right now.


Thank you,
-Austin