All Projects → alexzaitsev → Freepager

alexzaitsev / Freepager

Licence: apache-2.0
ViewPagers library for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Freepager

RxLoading
RxJava library for showing a loading (i.e. progress bar) state while waiting for async data with minimal effort and advanced options.
Stars: ✭ 49 (-89.37%)
Mutual labels:  custom-view, android-ui
android-tableview-kotlin
Android's missing TableView component.
Stars: ✭ 40 (-91.32%)
Mutual labels:  custom-view, android-ui
SignatureView
【Android View】:好用的Android电子签名板,能保存所签名的图片
Stars: ✭ 89 (-80.69%)
Mutual labels:  view, android-ui
YuanaItemSettingView
Customizable Item Setting View Android
Stars: ✭ 15 (-96.75%)
Mutual labels:  custom-view, android-ui
Tableview
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Stars: ✭ 2,928 (+535.14%)
Mutual labels:  custom-view, android-ui
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (-72.23%)
Mutual labels:  custom-view, android-ui
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (-73.1%)
Mutual labels:  view, android-ui
ProgressableImageView
Change your users progress capability with ProgressableImageView
Stars: ✭ 86 (-81.34%)
Mutual labels:  view, custom-view
auto-fill-edit-text
This custom EditText can suggest and fill text defined before.
Stars: ✭ 26 (-94.36%)
Mutual labels:  view, custom-view
signal-strength-view
📶 Material design signal strength view for Android
Stars: ✭ 30 (-93.49%)
Mutual labels:  custom-view, android-ui
Custom-Grid-View
Custom Drag and Drop Grid for Home Assistant
Stars: ✭ 103 (-77.66%)
Mutual labels:  view, custom-view
Slidingrootnav
DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Stars: ✭ 2,939 (+537.53%)
Mutual labels:  view, android-ui
Circular-Progress-View
A customisable circular progress view for android.
Stars: ✭ 39 (-91.54%)
Mutual labels:  custom-view, android-ui
SkeletonPlaceholderView
A library for creating dynamic skeleton view
Stars: ✭ 25 (-94.58%)
Mutual labels:  view, custom-view
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (-93.93%)
Mutual labels:  custom-view, android-ui
mCustomView
总结了博主这么多年所写的自定义view,以及自定义view的教程
Stars: ✭ 17 (-96.31%)
Mutual labels:  custom-view, android-ui
bottomsheets
Material Bottom Sheets library for Android
Stars: ✭ 76 (-83.51%)
Mutual labels:  view, android-ui
XCPullToLoadMoreListView
XCPullToLoadMoreListView-下拉加载更多ListView控件(仿QQ、微信聊天对话列表控件)
Stars: ✭ 24 (-94.79%)
Mutual labels:  custom-view, android-ui
WaveView
Simple Android library to draw sinusoidal waves.
Stars: ✭ 43 (-90.67%)
Mutual labels:  custom-view, android-ui
Uilibrary
平时项目开发中写的自定义Drawable、View和Shape
Stars: ✭ 260 (-43.6%)
Mutual labels:  view, custom-view

Android Arsenal

freepager

Ready-to-use view pagers for your project.

Based on Swipes navigation demo repository

Preview

Usage:

Gradle:


dependencies {
    compile 'pro.alexzaitsev:freepager:1.0.1'
}

For a working implementation look at the sample module

Compatibility

  • Android 2.1.x (API 7) +

Changelog

Version: 1.0.1

  • Class duplicates are removed

Version: 1.0

  • Pilot version

License

Copyright 2015, Alex Zaitsev

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].