All Projects → prolificinteractive → anchored-behavior

prolificinteractive / anchored-behavior

Licence: other
A CoordinatorLayout Behavior to anchor views with an animation.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to anchored-behavior

Scalinglayout
With Scaling Layout scale your layout on user interaction.
Stars: ✭ 3,276 (+19170.59%)
Mutual labels:  view, coordinatorlayout
AndroidUiKit
uikit widget common baseview Adapter faster develop
Stars: ✭ 48 (+182.35%)
Mutual labels:  view
ViewWorld
自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中😉😉😉
Stars: ✭ 94 (+452.94%)
Mutual labels:  view
MultiModal
Use multiple .sheet, .alert, etc. modifiers in the same SwiftUI View
Stars: ✭ 49 (+188.24%)
Mutual labels:  view
andColorPicker
Color picker library for Android
Stars: ✭ 233 (+1270.59%)
Mutual labels:  view
react-native-math-view
Math view for react native! No WebView!
Stars: ✭ 49 (+188.24%)
Mutual labels:  view
angular-calendar-week-hours-view
This is an alternative week view for the angular calendar which allows the user to see all the week hours
Stars: ✭ 20 (+17.65%)
Mutual labels:  view
chords
A Kotlin multi-platform view library for displaying stringed instrument chord diagrams
Stars: ✭ 25 (+47.06%)
Mutual labels:  view
pulldownlayout
PullDownLayout is a small library that allows you to implement a view that can be dragged down your layout. PullDownLayout can also be used to implement Pull-To-Dismiss feature for your activities and fragments.
Stars: ✭ 16 (-5.88%)
Mutual labels:  view
SwipeScreenBehavior
A CoordinatorLayout Behavior for implementing swipe screen transition behavior.
Stars: ✭ 27 (+58.82%)
Mutual labels:  coordinatorlayout
VRCalendarView
Flexible calendar view
Stars: ✭ 33 (+94.12%)
Mutual labels:  view
ShadowStackView
Create something like Shadow-View animation when drag the view on screen
Stars: ✭ 25 (+47.06%)
Mutual labels:  view
ProgressableImageView
Change your users progress capability with ProgressableImageView
Stars: ✭ 86 (+405.88%)
Mutual labels:  view
FeedbackAnimSample
An attempt to code feedback animation UI inspired from https://site.uplabs.com/posts/web-feedback
Stars: ✭ 57 (+235.29%)
Mutual labels:  view
Twitch-View-Bot
First open-source really working view bot for Twitch
Stars: ✭ 63 (+270.59%)
Mutual labels:  view
vanillaview
Easy to use views with vanilla JS semantics
Stars: ✭ 12 (-29.41%)
Mutual labels:  view
mysql-interview-questions
SQL Basics
Stars: ✭ 202 (+1088.24%)
Mutual labels:  view
EasyView
🔥🔥🔥一个小巧美观,支持圆角,描边,阴影的 Android 控件库,极度轻量,支持代码动态修改圆角、描边!
Stars: ✭ 48 (+182.35%)
Mutual labels:  view
RDGliderViewController
Control for a floating view gliding over a ViewController
Stars: ✭ 31 (+82.35%)
Mutual labels:  view
blade
🏃 A library for using Laravel Blade templates in WordPlate.
Stars: ✭ 28 (+64.71%)
Mutual labels:  view

AnchoredBehavior

Travis branch

Demo Screen Capture 1 Demo Screen Capture 2
Default Behavior Custom Behavior

Installation

Step 1. Add the JitPack repository to your build file

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
  implementation 'com.github.prolificinteractive:anchored-behavior:${anchoredBehaviorVersion}'
}

Usage

Look for the sample app for a complete example of AnchoredBehavior.

Contributing to AnchoredBehavior

To report a bug or enhancement request, feel free to file an issue under the respective heading.

If you wish to contribute to the project, fork this repo and submit a pull request. Code contributions should follow the standards specified in the Prolific Android Style Guide.

License

prolific

Copyright (c) 2018 Prolific Interactive

AnchoredBehavior is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the LICENSE file.

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].