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?
You could use two
NumberPickerwidgets.NumberPickeris native to API Level 11, and there is probably a backport of it floating around somewhere.