Android: Implement Admob On Surfaceview
I have an activity in form of a small game which uses SurfaceView. Below are the code snippets.. I am confused how to implement admob on surfaceview. Please suggest. public class D
Solution 1:
Have the root view for DroidzActivity be a LinearLayout containging an AdView and MainGamePanel.
Post a Comment for "Android: Implement Admob On Surfaceview"