Question

I don't know how to create an custom Activity extending MapActivity and ListActivity ? I am trying screen that contains of google map and list view.

How to make it ?

Thanks in advance.

Was it helpful?

Solution

In MapActivity you can add a listview resource. but you cant extend both activity. because java doesnt support multiple inheritence like you question.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top