Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/architjn/SharePanel
A small Behavior Example
https://github.com/architjn/SharePanel
Last synced: 2 months ago
JSON representation
A small Behavior Example
- Host: GitHub
- URL: https://github.com/architjn/SharePanel
- Owner: architjn
- License: apache-2.0
- Created: 2017-01-31T16:03:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T13:45:19.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T01:25:19.663Z (6 months ago)
- Language: Java
- Homepage:
- Size: 7.75 MB
- Stars: 66
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-android-ui - SharePanel - 显示分享按钮面板 (CoordinatorLayout)
README
# SharePanel
[![API](https://img.shields.io/badge/API-15%2B-orange.svg)](https://developer.android.com/about/versions/android-4.0.3.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)]()A small library to show share buttons panel with coordinatorLayout with behaviour
Library supports OS on API 15 and above.![Showcase Video](demo.gif)
Try APK : [Download](demo.apk)
Add it in your root build.gradle at the end of repositories:
```groovy
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
and then add dependency```groovy
dependencies {
compile 'com.github.architjn:SharePanel:1.0'
}
```##Usage
###XML
```xml
```
##Buttons Used
SparkButton : [https://github.com/varunest/SparkButton](https://github.com/varunest/SparkButton)##License
Library falls under [Apache 2.0] (LICENSE.md)