How to make vertical custom view slider like this? - android

I want to make slider with custom view and length of views are not fix.
Is it possible to make this?
Attach Screen design which I want to make. please see this to get a better idea of view and how it looks.
Please let me know if anyone has the solution.
Thanks in Advance.

Related

scroll background image while scrolling information

Hi i have no idea how to perform that kind of effect..
hi an example of what i want
The efect is, having a background image or another similar layout, scroll another layout and show the background moving.
Can someone give me a link with some information or documentation?
Thank you in advance
You can use this library. You also have a sample app with code, go through it. https://github.com/nirhart/ParallaxScroll
It's look like : ObservableScrollView
https://github.com/ksoichiro/Android-ObservableScrollView

How to change Android Framelayout Positioning on Run Time?

I want to change the position of my framelayout on click of a button. Can anyone suggest me the best way to do this?
Any help will be grateful.

How to make a Android app's guide view animation like this?

I want to set a guide view for my app like the gif show.!I use a scrollview to implement it ,but i cant listen the view's location to start my animation for it.some guys said ViewTreeObserver is ok to listen the view,but i dont know how to do it.Can you help me? Thanks.
<ScollView>
<LieanrLayout>
...
</LieanrLayout>
</ScollView>

Content change without effect header and footer?

Below is my UI
What I need is when the user clicks on any button in the footer menu(gallery), the content(activity) area will change depend on the menu. but it wont effect header and footer area.
Different content has its own layout and function and controlled by it own activity class. How can I do like this? Is TabHosh can do it? Or have other solution?
Sorry for my bad english. Hope u guys understand what I'm talking about.
Thanks.
You can use this:
https://github.com/astuetz/PagerSlidingTabStrip
Screenshot:

How to make a view like MIUI-ROM's preference view?

has anyone been using the MIUI-Rom?
I think its UI is pretty good.
And I wondered how they make it?
Basically, I think it's a preference.
But how to separate the preference view into several section with a header for each?
Here is a picture to give you a direct view.
Please, help me with this, thanks!
You can Do it By Using Segment Radio Button.
See this Example. for your sollution and set the custom view as u need. If it not works for you then let me know.
Thanks.

Categories

Resources