I am new to android development, and developing a small app for practice purposes. I want the following: When the user installs the app, he/she is greeted with a set of welcome pages, that give details about the app, and then proceeds to the actual app. But I don't want that set of pages to appear anytime after the first time the app is opened. So how do I go about implementing that?
PS: This is my first question posted, excuse typos or brevity if any.
Edit: It seems like there is another question of the same context, but I also want to know how to make such an activity that will load only once after the installation.