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
Related
I have received a requirement make an image viewer with the listview at bottom like this video https://www.youtube.com/watch?v=aC4OFRxk988 but I don't know the name of that controller to research. Please help me. Thanks
I think viewpager and listview.
and dynamic scale image view are setmatrix.
simply reply. i can't add comment at your post....
if want more hint reply me.
https://github.com/ksoichiro/Android-ObservableScrollView
You can find here some custom implementations.
Test the demo app from the play store and check which one has the closest functionality to the one you desire. Then take a deep breath and try to understand how it's done.
How can i implement image slider in android that shows some part of next and previous image as shown in image.
Thank you for any kind of help.
You may try horizontal listview for this
https://github.com/dinocore1/DevsmartLib-Android
You can use some opensource Coverflow widget to accomplish your task. By this you can make it look more eye candy and can have more features.
One of them is:
https://code.google.com/p/android-coverflow/
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>
I would like to develop an application, which has a part, when I have to print a long text on the screen. My question is: What layout or view or ? are you recommend for Me, if I want to make paging effect? Some text could reserve more pages, and I would like to scroll between these pages with an effect like e-book readers does it. What shall I prefer? Webview? TextView with modifications? Canvas? Or What?
Please give me tips. (I just need some direction to where shall I start now)
Thanks in advance!
I think you're refering to the ViewPager :
http://developer.android.com/training/animation/screen-slide.html
If so, I recommend you to follow this training and come back on StackOverFlow if you have a problem, with some code, or something you've tried and hasn't worked.
I am working on Android. I kept images in GridView. Now when I click on any image that image should display in seperate screen and from there the remaining images should also open while swiping. How can I achieve that task? Please help me in this regard.
Use a ViewPager.
The official tutorial is here: Using ViewPager for Screen Slides
Since you didn't actually explained so there can be no specific answer and here is a links you might use
1-using PageAdapter
or you can use GestureDetector witch you can search in here
hope it would be helpful .