Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Good Day
There is this cool feature on some apps, like Google Play Store, whereby when you open a certain activity, there is a header image on the activity and as you scroll down the header image kind of fades out or the scroll-able content goes over it. A toolbar appears as you scroll up and disappears as soon as you reach the header image. Does anyone know what I am talking about and if so, how does one implement this?
It's called CollapsingToolbarLayout (it's very easy to implement), check new Design Support Library:
http://developer.android.com/reference/android/support/design/widget/CollapsingToolbarLayout.html
http://android-developers.blogspot.com/2015/05/android-design-support-library.html
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to implement a layout that pops from the bottom and covers half of screen behind it. How do i do it? Is there any library that does it out of the box? I want to do like something shown in the image below.
Take a look at Design idea first. And if feeling lazy, there is plenty of libraries to do this, for example this
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How do you show the user, how to use the app. Is there a tool or something which allows the user to learn how to use it, like a tutorial.
Or what would you do?
By the way, in my app, the user just needs to understand which button needs to be clicked. Basically, he must pick the correct button according to the background color.
To show or introduce your app to the user is called as show casing your app/views(we can say aka tutorial).
You can make your own showcasing animations but there are some libraries for that purpose
ShowCaseView
spotlight(my favourite one)
You can easily implement that by reading some more stuff about showcasing app or views
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm thinking of something like this in material design:
Say you tap something, and a full width display overlays the content for about a third of the page.
I'm sure I've seen this type of thing before, but I've got no idea what it's called. Can someone tell me?
It is called Bottom Sheets.
Check it out here
Maybe what you are looking for is BottomSheet from support library 23.2
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm making research for UI to my new app, main purpose is displaying products on something like horizontal imageList/tabbedView looking like spotify app. My main problem is how to get displaying "previews" of next and previous product on left and right side of screen. Any hints?
What you're looking for is called a Carousel. There are some libraries that can help you do that. Have a look at these :
Carousel layout android
Android 3d carousel view
Android arsenal
here's a tutorial
and of course the most helpful :
Carousel android
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Good day, I'm new with Android Dev. And I'm starting learning about layouts and soon fragments. I was just wondering, how to do this layout or rather implement it. The layout at the bottom of the google play app (bottomLayout - the one that I in circle with red oval).
**Where you can swipe it up to view the album image and the controls (refer to attached img- googlemusicLayout1). googlemusicLayout1 img2 -
bottomLayout
:) Many thanks in advance. Suggestions will do.
You can use AndroidSlidingUpPanle library, to achieve your requirement. And here is the link to that library :- https://github.com/umano/AndroidSlidingUpPanel