I'm building an application that asks the user to select one option (41 languages) from multiple choices on application launch and in bottom there is a toggle button wich is off by default. If the user sets it on "on" I want my application to remember this selection and go to that language option at launch, ignoring the language selection page.
I'm pretty new to android development, I would appreciate if the answer would include some example code so I can modify it and learn while modifying it.
Thank you.