Visual studio android apk C++

  • Thread starter Thread starter duduK5
  • Start date Start date
D

duduK5

Guest
So I am making some basic app and I need to write text for every day between two dates.
Example between 17/1/2019 to 17/1/2020, and I need to connect it to a button but thats a different story.

So my question is: Is there a way to print text for every day between two dates ?

I will give you an example:

Today is: 24.12.2019,

and when this date occurs I want the program to write some message, for example
"I love you."

so when the date is 25.12.2019 the program will automatically write the second message like
"Today is happy date" ., and so on.

So I want program for the next 365 days in the year, whenever I enter the app, for that day of the year to show me message. So I need 365 messages that I've got to connect with 365 days and only for that day it will show me that one of a kind message.

So the problem is how to connect 365 days starting from "today" with 365 messages

Thank you very much.

Continue reading...
 
Back
Top