Is there an existing View in Android for a banner? Or do I need to build one myself using the specs?
To be clear, this is not for ads but for the Material-Design concept of Banner.
Is there an existing View in Android for a banner? Or do I need to build one myself using the specs?
To be clear, this is not for ads but for the Material-Design concept of Banner.
You should build your activity layout to show a banner using TextView and Buttons. There is no banner component.
Personally, I prefer using Snackbar messages for actions