Add Footer for whole Android Application
问题 In my application I have a footer for each activity . Basically I have an ImageView in footer which get Images (adds Images) from Web service and change images after some time interval (like sliding adds). What I am doing is adding footer in each activity and call web service in every activity to load images into ImageView (which is going to be a very heavy processing for my app because I have many Java classes(Activities) in my app), so my question is... Is there any way in android that I