Question

As according to my project requirement, I want to split the screen into two parts like: enter image description here

I know this thing is available in version 3.0 but I am working on 2.3 so I have to do it manually..

And I want to split the screen as 25% of ListView and 75% of content view..and a single button at the top of the screen..

Now whenever used select a option from listView then automatically the split part slide left and the whole screen will be shown as a content screen only....Now the ListView screen is not visible to the user..

And whenever the user click on the button at the top of the screen..Only then the listview part is shown to user as shown in the above image..

Here what I am thinking is I will take two different layouts and on 1 layout I will display the ListView and on another I will list the content view..But how can I show here the animation of slide left and right whenever user select an option or click the button .

If anyone has some better option,then pls let me know..

[EDIT]: Also I want to show on these screens ????

Thanks..

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top