It is necessary that the spinner had emoticons, not numbers. There are 5 pictures, you need to display pictures, not text, and already at the program level (in the database) the numbers will be (1-5)

    1 answer 1

    1. Create your adapter for the spinner.
    2. In his getview() method, find the markup you created for the spinner element by ImageView id.
    3. Place a picture there.

    Code examples with en-SO