I'm making an app as a part of my project and I've been asked to add a disclaimer.
At first I made a separate view with a textview that holds the disclaimer, when the user presses the Disclaimer button they will see this.
But I've been asked to change this so that the disclaimer is shown if the app is being used for the first time. If the user accepts it, they won't see it again and if they don't they'll see it every time they open the app.
I don't know how to go about this. I tried changing it so that the first thing the app shows when launched is the disclaimer, but that got annoying because every time I launch the app it goes to the disclaimer.
Anyone have any suggestions or examples ?