Hunt
Hunt

Reputation: 8425

new facebook android application like view

As i want to display number of cities on a left side of a screen just like following-it is a new Facebook android application.

when you click on bar shown as a red square around it,the list view on a left side comes into picture after sliding a right part.

Facebook Front Screen

so how is it possible to do it to show list view on a right side by sliding it and another activity on a left side

Upvotes: 1

Views: 1588

Answers (1)

kaspermoerch
kaspermoerch

Reputation: 16570

You should look into the new Fragments API and then also take a look at this question which tells you about adding animations to your Fragment transactions.

Fragments For All

Support Package

Android Compatibility: Working with Fragments

Upvotes: 1

Related Questions