Create an app like the one you made previously where you chose your own subject:
sports, art, Pokemon, movies, whatever (You can repeat the subject). But this time
the data must be in a JSON file. (You should validate your JSON for instance using
https://jsonlint.com/.) Also
the images will not be downloaded and placed in drawable; instead the JSON
file will include the URL's for the images, and they will be accessed dynamically.
One or more properties from the JSON data will go into a spinner, and the other info into
TextViews. When the user selects a new item from the spinner, the image and data
displayed should change accordingly.