i have a grid view with some bottons under every image. when i click the button a slide screen should appear from the bottom with some options buttons, and the entire gridview should go in background. and when i click the cancel button on the slidescreen , the grid view should come in foreground and the slidescreen should slides out,,, any idea or logic will be greatly appreciated thankyou
Asked
Active
Viewed 623 times
0
-
You can have your slide screen be a separate activity (pass data via intent) and set corresponding transition animation on it. Alternatively, you can have that sliding pane as just a view added to the same activity dynamically using `LayoutAnimation`. If you want any specific help, post your code and we'll try to narrow down your issues. – Aleks G Apr 16 '12 at 08:20
-
What have you tried. This is not a code generation site. Pay us and we'll do it for you. – JoxTraex Apr 16 '12 at 08:20
-
Describe your problem in detail add some example you are working on. – Drejc Apr 16 '12 at 08:21
-
1thanks @AleksG , i have started working on your idea,, may be it will fullfill my requirement – Pranav Sharma Apr 16 '12 at 09:33