0

I want to add a configuration window when installing my apk, so that window should contains an EditText, the value entered in that EditText will be used lately as a parameter in the application. How can i do that?

Bilel
  • 85
  • 7
  • Just display a 'config screen' the first time the user launches the app – Eselfar May 03 '18 at 10:18
  • 1
    Try to use SharedPreferences to store local data configuration. see this answer https://stackoverflow.com/questions/7217578/check-if-application-is-on-its-first-run?answertab=oldest#tab-top – Badr May 03 '18 at 16:01

0 Answers0