Skip to content

bopbi/RecyclerParallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0edbacd · Dec 18, 2017

History

8 Commits
Dec 18, 2017
Dec 18, 2017
Dec 18, 2017
Dec 18, 2017
Dec 18, 2017
Dec 18, 2017
Dec 18, 2017
Dec 18, 2017
Mar 3, 2015
Dec 18, 2017
Dec 18, 2017

Repository files navigation

RecyclerParallax

Android Recycler View with Parallax Effect on each item

How to use

This in an example app, not a library so in order to implement it please take a look at these files:

  • ParallaxAdapter.java -> on the method bindView it is set the image to-be parallaxed as the background with specific size, and provide the method retranslate to translate the image
  • ParallaxRecyclerView.java -> custom recyclerview that bind the recyclerview with the scroll listener
  • ParallaxScrollListener.java -> custom Scroll listener that perform the call Adapter retranslate method

basically the technique is use the scroll listener to call every viewholder to translate the background image based on its position

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Demo Video

Android Arsenal

About

Android Recycler View with Parallax Effect on each item

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages