tags:

views:

33

answers:

1

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.

A: 

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

Praveen Chandrasekaran
Thanks. Can you give me link or sample example about how to create a listview resource ?