i have number of activities in app. front end can start different different activities have end well, means server if received message app has take action on message , start activity based on message.
my problem app received message server , app starts activity , @ same time user performs click on ui , navigates other activity. in case 1 of activity not started android can't start both activity @ time.
is there intent lag can resolve issue?
right doing if received message server using 1 global flag , using flag avoiding such situation, looking better solution if has idea on this.
your solution sounds fine. there isn't way because android discourages behaviour. if application requires behaviour need create workaround, sounds have done.
Comments
Post a Comment