Show version info only once on application start in Android App

前端 未结 3 1080
迷失自我
迷失自我 2021-01-15 22:34

I´d like to show a simple information dialog with an Ok-Button, about whats new in this version, but it should show only at the first start. Whats the best way to implement

3条回答
  •  深忆病人
    2021-01-15 23:20

    A number of solutions are documented here:

    What is SharedPreferences in Android?

提交回复
热议问题