corentin
corentin

Reputation: 13

Android specific UI

I would like to make a system of page on android 3.0 a little bit special. Here is a plan of the management of the pages that I would like to have:

http://imageshack.us/photo/my-images/814/schemau.jpg/

It would be a question of making as for the management of the notification on the desktop. I thought of the slideDraw but at the moment it is little decisive.

Have you an idea of which component to use and how?

Upvotes: 1

Views: 102

Answers (1)

Egor
Egor

Reputation: 40228

You can use FrameLayout and simple View Animation, this is what comes to my mind. Place three layouts on top of each other using FrameLayout, then animate them as you like on touch event. Hope this helps.

Upvotes: 2

Related Questions