I did a lot of research regarding this:
Based on the datepicker in Android Studio, is it possible to do the following calculations?
I want to build an app where you just enter the start date and the number of months and then you will get the end-date based on the calculation. Is it possible that Android gives the correct calculations based on the different number of days during the different months? Can the Android system scan the calender by considering the up-to date calendar?
Thank you :)