Jelly Bean is the code name for Android 4.1. It was launched at Google I/O, 2012.

learn more… | top users | synonyms

1
vote
1answer
77 views
+100

Android : Activity Dialog / Dialog disappears automatically

1)Have an application with TabActivity, where in we display the dialog. 2)This display of dialog happens after we get a call back from my engine(NDK C code). 3)Always i make sure we display dialog ...