What are the differences between extending Activity and extending ListActivity?

Viewed 4906

I am using a class which extends Activity to obtain a list from an API...

In some apps which do basically the same, the devs extended ListActivity...

Which are the differences?

4 Answers
Related