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.
我不知道如何创建扩展 MapActivity 和 ListActivity 的自定义 Activity ?我正在尝试包含谷歌地图和列表视图的屏幕。
怎么做?
提前致谢。
在 MapActivity 中,您可以添加列表视图资源。但你不能扩展这两个活动。因为java不支持像你问的那样的多重继承。