A abdellatif Member Licensed User Longtime User Sep 29, 2014 #1 I am facing troubles trying to add ads to a Libgdx based game like the LibGdx flappy bird. Can you give me some help or a sample code Any help will be appreciated.
I am facing troubles trying to add ads to a Libgdx based game like the LibGdx flappy bird. Can you give me some help or a sample code Any help will be appreciated.
walterf25 Expert Licensed User Longtime User Sep 29, 2014 #2 abdellatif said: I am facing troubles trying to add ads to a Libgdx based game like the LibGdx flappy bird. Can you give me some help or a sample code Any help will be appreciated. Click to expand... Can you be more specific as to what are the problems you are having exactly? Upvote 0
abdellatif said: I am facing troubles trying to add ads to a Libgdx based game like the LibGdx flappy bird. Can you give me some help or a sample code Any help will be appreciated. Click to expand... Can you be more specific as to what are the problems you are having exactly?
Informatix Expert Licensed User Longtime User Sep 30, 2014 #3 abdellatif said: I am facing troubles trying to add ads to a Libgdx based game like the LibGdx flappy bird. Can you give me some help or a sample code Any help will be appreciated. Click to expand... First you have to make room to display an ad. You can control the view size of LibGDX by using the view mode (InitializeView). Upvote 0
abdellatif said: I am facing troubles trying to add ads to a Libgdx based game like the LibGdx flappy bird. Can you give me some help or a sample code Any help will be appreciated. Click to expand... First you have to make room to display an ad. You can control the view size of LibGDX by using the view mode (InitializeView).