Arsalan Mehmood
Arsalan Mehmood

Reputation: 1482

Android - How to design Sliding menu like designed in FIFA Official iPhone app

I've searched a lot on Google for following design but all I end up is Navigation drawer, which is little bit different then the below one. I've taken this screenshot from FIFA Official iPhone App

How to design sliding menu like below one in Android

Fifa Offical iPhone app

Upvotes: 0

Views: 505

Answers (2)

Bertrand
Bertrand

Reputation: 123

It might be a bit late for user7055, but I've found a project called AndroidResideMenu on Github which seems to achieve what is asked here.

Hope this help other people : )

Upvotes: 1

Tobias
Tobias

Reputation: 5443

You could use the NavigationDrawer lib from google ;) there are several tutorials for that

Upvotes: 0

Related Questions