# android-HorizontalPicker **Repository Path**: jensenzhu/android-HorizontalPicker ## Basic Information - **Project Name**: android-HorizontalPicker - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-02-28 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HorizontalPicker ================ HorizontalPicker is an open source android library that enables users to select single item by scrolling or tapping left and right to move between an array of items. [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.wefika/horizontal-picker/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.wefika/horizontal-picker) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-HorizontalPicker-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1298) Example ------- ![screen recording](https://raw.githubusercontent.com/blazsolar/HorizontalPicker/develop/images/screen.gif "Screen recording") Dependencies ------------ compile 'com.wefika:horizontal-picker:' Usage ----- ```xml ``` License ------- Copyright 2014 Blaž Šolar 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. ======= #android-HorizontalPicker