Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hdodenhof/parallaxexperiments
My attempt to create a fading ActionBar with Parallax Scrolling
https://github.com/hdodenhof/parallaxexperiments
Last synced: about 1 month ago
JSON representation
My attempt to create a fading ActionBar with Parallax Scrolling
- Host: GitHub
- URL: https://github.com/hdodenhof/parallaxexperiments
- Owner: hdodenhof
- Created: 2014-02-15T14:33:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T08:52:26.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T19:51:23.446Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.14 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ParallaxExperiments
===================My attempt to create a fading ActionBar with Parallax Scrolling similar to what Manuel Peinado created [here](https://github.com/ManuelPeinado/FadingActionBar) based on a [popular blog post from Cyril Mottie](http://cyrilmottier.com/2013/05/24/pushing-the-actionbar-to-the-next-level/).
Why am I creating my own? Manuels solution did not work too well when resuming a fragment and I couldn't get it to work, so I started with a slightly different approach (still heavily based on Manuels work).
This is not a library and is probably never gonna be one. It's more likely I'll open a pull request for Manuels library eventually if this works and is compatible.
Acknowledgements
----------------The beautiful [header image](http://www.curious-creature.org/2014/02/04/light-pier/) is from [Romain Guy](http://www.curious-creature.org/about/) and licensed under [Creative Commons Attribution-Noncommercial-Share Alike 2.0](http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en).
License
-------Copyright 2014 Henning Dodenhof
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 athttp://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.