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: about 21 hours ago
JSON representation

A small Behavior Example

Lists

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)