Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 android 新手,现在我正在 android 中开发客户端应用程序。我想知道我可以将按钮、文本框和列表视图放在一个活动类中吗。通常我们从 Activity 扩展类,但列表视图从 ListActivity 扩展。
谢谢
当您希望单个 ListView 使用屏幕时,ListActivity 类很方便,但是 ListView 不需要 ListActivity。您可以将 ListView 放在 layout.xml 中并在那里使用它。