On Mon, Apr 4, 2016 at 4:17 PM, Ruch ir <ruchirbaro...@gmail.com> wrote:

> Why? Shouldn't the ad show first, and then beginPlayingGame() ? Thanks
> for your time.
>

Your logic is like this:

if (someCondition) {
>     doSomething();
> }
> else {
>     doSomethingElse();
> }



doSomethingElse();


Without knowing anything else about your code, this looks like a bug. Why
would you have doSomethingElse in an else block if you were always going to
call it?

I have no idea what your beginPlayingGame method does, so for all I know it
could start a new screen which would overlap and hide the ad.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgiPMp8koSaxM3CM9DW_gxbumczbxRRhqmKk0fp67pwPHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to