admob - Fixed view through various activities in Android -


how implement fixed view through various activities in android 2.1 upwards? fixed mean view should retain state when activity changes.

in particular, i'd have admob adview on top of every activity without reloading ad every time app starts new activity.

i don't think possible using different activities. use 1 activity , split screens through multiple fragments inside activity , adding/removing them while keeping fixed view untouched.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -