I would like to display picker component that will pick a day and month that should be repeated.
In a result user could get a repeatable data:
eg. “Repeat fourth day of month every month”
or “Repeat first day of month every two months”
Is there any standard UI component in Android that could be capable of allowing this?
How about a DatePicker with the mindate and the maxDate set to the specific month you want?
I guess alternatively you could also hide the year Spinner.