User will input a date and he/she will input days to add to it.
Like this: Date: 1/1/2015 Days to add: 20
The output should be 1/21/2015
I am wondering how to do that. I am beginner in android. T__T cries I tried other sources but i don't understand them at all. THANKS
THE USER WILL SUPPLY THE DATE TO ADD AND THE NUMBER OF DAYS TO ADD. All other sources only explain adding the current date with the number of days.