Reputation: 3203
I want to learn a layout which is be popular this time.
When the app launch first the action bar not showing and a image seems above of layout. When the layout moves towards up, action bar is seeming and image is wanishing. I want to show instance images below.
Spotify;
Google Play
I have used umano slidinguppanel before but it is not enough for me. I want to develop my library. So What do I research for that issue. Drag and drop ? or other idea ?
I try to tell explain everything. The rest history.
Upvotes: 0
Views: 2565
Reputation: 20080
You can now use the Design Support Library to implement a CollapsingToolbarLayout
with an image.
Read about the design support library on this blogpost, and official documentation for the CollapsingToolbarLayout
can be found here.
Upvotes: 1
Reputation: 503
I first found this design mentioned here by Cyril Mottier: http://cyrilmottier.com/2013/05/24/pushing-the-actionbar-to-the-next-level/
Then I found this by Flavien Laurent: http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/
Implementation here: https://github.com/flavienlaurent/NotBoringActionBar
This should be enough to get you started on the right track.
Upvotes: 1