How can I do that my app know the first time the user enter? C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I do that my app know the first time the user enter? C#

I need that my app checks the first time the user enters the app to display a video tutorial

16th Mar 2018, 12:39 AM
SebGM2018
SebGM2018 - avatar
1 Answer
+ 4
This is usually done by saving the information in a dat file, settings, reg key etc so that when the app is started it looks for this information and if it doesn't exist or match with what is expected then the app should react accordingly.
16th Mar 2018, 1:07 AM
ChaoticDawg
ChaoticDawg - avatar