Abstract3000
Lurker
Hello,
So I am Very new to the entire android thing, and I'm currently working on developing a unique app. In doing so I am trying to find the best way to implement it and wanting to know if my topic is in fact possible. So for a bit more specifics this is what I am wanting to do but unsure if I can:
Consider an Activity with 2 Fragments we will call them Top_1 & Bottom_1, now Bottom_1 will remain on the bottom half of the screen at all times first appearing with Top_1. Through Button/Spinner Listener in Bottom_1 I want to be able to display different Fragments, such as Top_2, Top_3, Top_4 etc. all the while keeping Bottom_1 intact.
At this given moment I am just looking to see if this is possible to do, as I have created a two Fragment activity, and from what I learned I'm having difficulty grasping in how I would call to the other Fragments and have them replace the top.
Thanks for your consideration.
So I am Very new to the entire android thing, and I'm currently working on developing a unique app. In doing so I am trying to find the best way to implement it and wanting to know if my topic is in fact possible. So for a bit more specifics this is what I am wanting to do but unsure if I can:
Consider an Activity with 2 Fragments we will call them Top_1 & Bottom_1, now Bottom_1 will remain on the bottom half of the screen at all times first appearing with Top_1. Through Button/Spinner Listener in Bottom_1 I want to be able to display different Fragments, such as Top_2, Top_3, Top_4 etc. all the while keeping Bottom_1 intact.
At this given moment I am just looking to see if this is possible to do, as I have created a two Fragment activity, and from what I learned I'm having difficulty grasping in how I would call to the other Fragments and have them replace the top.
Thanks for your consideration.