# poppyview **Repository Path**: archermind-ti/poppyview ## Basic Information - **Project Name**: poppyview - **Description**: Harmony library implementing a poppy view on scroll - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-08 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PoppyView ================== PoppyView is a library which implements view on the bottom which come and go relative to the user scroll. It can be seen in the Google plus app. This library uses * techniques outlined by Cyril Mottier in [a recent blog post][1]. * ScrollTricks by Roman Nurik [here][3] For reasons of backwards compatibility the sample relies on ActionBarSherlock. ![Readme Screenshot 1](readme_imgs/readme1.png) ![Readme Screenshot 1](readme_imgs/readme2.png) ![Readme Screenshot 1](readme_imgs/readme3.png) ![Readme Screenshot 1](readme_imgs/readme4.png) ![Readme Screenshot 1](readme_imgs/image.gif) ## Installation You need to add code like this as repository in the gradle file: ```groovy allprojects{ repositories{ mavenCentral() } } implementation "com.gitee.archermind-ti:sample:1.0.1" ``` Acknowledgements -------------------- * Thanks to Cyril Mottier, Roman Nurik and Jake Wharton License ----------- Copyright 2013 Flavien Laurent 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 http://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.