• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android application with heder ,central ,footer

santoshug

Lurker
Hi

I want to create android application that contains
Header Page
Central Page >> this is dynamically changes, as per action on header/footer
Footer Page

Header page has options to redirected to another page.When user is redirected to other page this redirection needs to be reflected in Central page,
Header and footer are remains same.
Same criteria is applicable for footer (as like header).
How to achieve this functionality

If any one have idea on it please help me.
 
What do you mean by "Page" in each of the 3 components? Can you perhaps give an image mock-up of what you want?
 
Please see the attachment of image mock-up what i want to implement
 

Attachments

  • Heade_Central_Footer.PNG
    Heade_Central_Footer.PNG
    146.4 KB · Views: 126
I see... Your best bet is to look into the concept of Fragments. Pre Android 3.0, however you will need to use the Android Compatibility library to use them.
 
Back
Top Bottom