Hi guys.
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.
Hi guys.
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.
In MapActivity you can add a listview resource. but you cant extend both activity. because java doesnt support multiple inheritence like you question.