a question. I want to work an application with material design and for that it is necessary to do an AppCompatActivity extends, but I already do an extended ListActivity for the results of a web service ... what solution do you propose?
Well, if you want to use Material Design, I suggest you start using RecyclerView instead of ListView and update to the new widgets offered by the compatibility library.
If you still do not want to change the widgets well here is an example of how to use ListView without extending ListViewActivty