- Home /
Question by
Distant-Object · Apr 07, 2014 at 10:55 PM ·
androidbannerunity-androidactivity
How to extend Activity (Android)?
So it is my understand that every Android app extends 'Activity'. Thus when you create a game in Unity and build it for Android, Unity creates some class for your game that extends Activity.
How can I write code to be put in this Activity extension class? Specifically, I want to add banner ads without buying an asset for it, using something like the following code: https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals
Comment
Your answer
Follow this Question
Related Questions
How can I replace correctly the main activity on the Android Manifest? 0 Answers
Android Custom Activity -1 Answers
Unity Admob Banner is not clickable. 0 Answers
unity 5.3 android broadcast receiver not working 0 Answers
How to keep other activities on top after pressing the home button on Android? 0 Answers