how to check the first time user of my App in android?
Posted
by androidbase Praveen
on Stack Overflow
See other posts from Stack Overflow
or by androidbase Praveen
Published on 2010-04-09T14:21:23Z
Indexed on
2010/04/09
14:23 UTC
Read the original article
Hit count: 213
hi all,
In my App, first it shows a splash screen. after that another activity, then my main activity must be show. this is my design plan. the second activity(i.e before main activity) must be show for the first time user of the app. if he/she closes the app.splash screen will redirect to main activity automatically. how to do this ? Any Idea? i am developing my app for android phones.
© Stack Overflow or respective owner