I am making an Android app and am nearly finished.
When I started the app, I made my main pages as Activity type using buttons for the user to perform actions.
Now that I’m nearly done, I thought it’d be much nicer to change the buttons to an image and text, something like:

Is there a way to put a listview in an Activity or do I need to redo all of those pages and recreate them extended from Listview instead of Activity?
You certainly can. This works for me.
In your Java code, put in something like this: