Questions tagged [android-banner]
12 questions
2
votes
1 answer
I can only use the ViewPager to page backward and can not page forward
I can only use the ViewPager to page backward and can not page forward.
running image
I'm writint an banner,but I can only use the ViewPager to page backward and can not page forward.
This is the adapter I wrote.
class MyPagerAdapter extends…

Thomas Lee
- 2,757
- 2
- 11
- 13
2
votes
1 answer
What is ActivityInfo's banner for?
Background
I know there are already logo and icon (difference is explained here).
The problem
Starting with API 20 ("L"? or maybe Android wear?) , there is now a new one, called "banner". Here's what the documentation says about it:
A drawable…

android developer
- 114,585
- 152
- 739
- 1,270
1
vote
1 answer
Animating a banner to slide from left to right (off screen to on screen)
I am trying to animate a text banner from outside of a linear layout to on screen of the linear layout at the click of a button but the notification text banner still remains on screen when the application starts.
My Activity with notification…

DaviesTobi alex
- 610
- 1
- 9
- 34
1
vote
0 answers
Android AdMob AdView disappears on rotate
I'm having a strange issue where my AdMob AdView banner seems to disappear when the device is rotated. I initially solved this by setting android:configChanges="orientation|keyboardHidden|screenSize" on the activity in the manifest file. This worked…

chuckliddell0
- 2,061
- 1
- 19
- 25
1
vote
1 answer
Which type to select for Smart Banner in Android when creating a new ad unit
I registered in AdMob and I tried to create a new ad unit. Only two choices were given to me: banner or interstitial ad. I was wondering how to create an ad unit for smart banners that suits landscape orientation?

M20
- 1,032
- 2
- 15
- 34
1
vote
0 answers
Getting url from Smart App Banner in android
When try to click the smart app banner in browser page while the application is launched and then how can i get the url from meta tag.please any reference or guide me in correct way.

Ram
- 21
- 1
0
votes
1 answer
Is it possible to use Material Banner Widget without Actions?
I'm trying to use the material banner widget but a list of actions is required. The list of actions is causing the banner to look weird even when I place an empty container inside of the list.
Should I not be using the material banner widget since…

agelakute
- 15
- 3
0
votes
2 answers
Problem in Implementing AdColony Banner Ads
I have a problem regarding the AdColony Banner Ad Integration in my Android Studio code.
Please help me resolve this.
I am total new to coding and made a unit converter app (kg to pounds) in android studio by watching internet…
0
votes
1 answer
When i put banner code in mainactivity.xml then negivation menu is not working?
When i put admob banner ads code in Mainactivity.xml then negivation menu is not working and also covered background content?
Testing banner ads is working but negivation menu is not working....
How can i fix this issue.
Here is my Mainactivity.xml…
0
votes
1 answer
AdMob Not enough space to show ad
I'm trying to show AdMob banner.
The problem is that onAdLoaded() method called every time when I launch activity that contains my banner. Even in cases when device width is smaller then banner width. I have only Not enough space to show ad in my…

Anton Prokopov
- 639
- 6
- 27
0
votes
1 answer
How to make the node modules working in AngularJS project?
I want to use Smart App Banner in my AngularJS project, smart-app-banner uses npm to manage itself.
The guide is very simple and all in one html file. However, in real project, we need to put each file in the right place.
CSS (my project uses…

Stephen
- 3,822
- 2
- 25
- 45
0
votes
1 answer
Facebook banner ads cause app crashed
I've added a Facebook banner ad in my android app.The banner will display normally. Sometimes ad requests cause the app to crash. The error info is: ad is not already....
How I can solve this problem?

EricZhao
- 746
- 7
- 16