Android - how do I bring my activity to foreground automatically from Address book -


following scenario,

my activity running on foreground , activity getting pushed background when hit on home button... trying display pop @ intervals, in case activity running on background when try display pop thats not shown on foreground.

thanks, ramesh

you can't show modal dialogs way. use android's notification system instead.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -