How to make certain part of an activity change depending on the day of the week? ANDROID STUDIO
I am using a HorizontalScrollView as a container, inside it I have a button for each day of the week (Monday, Tuesday..., Friday) I want that depending on the day of the week when opening the application it automatically scrolls there, that is, today it is Monday the button that appears as an option is "MONDAY", if it is Wednesday the first option that appears is WEDNESDAY.
<a href="https://i.stack.imgur.com/BQpWJ.png" rel="nofollow noreferrer">HorizontalScrollView, contains the different...