Android相当于JTextArea

时间:2013-02-25 21:07:57

标签: android android-networking

我在客户端和本地网络中的服务器之间建立了基于Java的聊天应用程序。聊天对话框显示在JTextArea中。

我想将此应用程序转换为Android应用程序,以便Android设备是客户端,但我找不到相应的Android控件来替换JTextArea来显示聊天。有什么帮助吗?

1 个答案:

答案 0 :(得分:2)

Swings JTextArea通讯员被称为TextView。 请注意,TextView本身是单行的,在layout-xml中添加android:singleLine="false"属性以超越它。