share [tw]

Is their any way to inherit listactivity but not implementing any
Listview in activity . Because I want to inherit second activity from
first and my First activity is simply inherited from "Activity" while
second activity is inherited from "Listactivity" .

My first activity is :

public class DropboxSample extends Activity {

}

My Second activity is :

public class ListMobileActivity extends ListActivity {

}

And I want to inherit ListMobileActivity from DropboxSample.

Thanks !!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to