I very a newbie at android programming. I'm here because i want your help. Im designing an activity for my Thesis.
I want to have an activity that has 2 Frames/Layout. The upper frame have buttons, the lower frame will display something when i click the button on the upper frame.
What would i use to make this happen?
Thank you in advance.
Here is the complete solution:
step1: create main_layout.xml file into layout folder:
step2: create MainActivity:
step3: add the activty into your AndroidManifest.xml: