Alansari Member Licensed User Longtime User Oct 26, 2017 #1 Hi all I want to appear message when app start in the first time only How to do that ?
Emme Developer Well-Known Member Licensed User Longtime User Oct 26, 2017 #2 Alansari said: Hi all I want to appear message when app start in the first time only How to do that ? Click to expand... In main activity check firsttime, and write a simple file in dir.internal folder. You should check in firsttime if this file exist. If yes, don't display the message, otherwise display it and write the file Upvote 0
Alansari said: Hi all I want to appear message when app start in the first time only How to do that ? Click to expand... In main activity check firsttime, and write a simple file in dir.internal folder. You should check in firsttime if this file exist. If yes, don't display the message, otherwise display it and write the file