ChipView

Introduction: A Material Design Chip view library
More: Author   ReportBugs   
Tags:

API JitPack Build Status

Yep, another Material Design Chip view library. Just because no other chip library has been able to provide the simplicity I need (regardless of all their features).

You can download a sample app here.


Preview


Including in your project

Frames is available via JitPack, so getting it as simple as adding it as a dependency, like this:

  1. Add JitPack repository to your root build.gradle file
    allprojects {
     repositories {
         maven { url 'https://jitpack.io' }
     }
    }
    
  2. Add the dependency in your project build.gradle file
    dependencies {
     implementation('com.jahirfiquitiva:ChipView:{latest version}@aar') {
         transitive = true
     }
    }
    
    where {latest version} corresponds to published version in JitPack

How to implement

:page_with_curl: You can check the sample App for details


Developed by

Jahir Fiquitiva

Follow on GitHub Twitter Follow Google+

If you found this app/library helpful and want to thank me, you can:

Thanks in advance! :pray:


License

This app is shared under the CreativeCommons Attribution-ShareAlike license.

Copyright © 2018 Jahir Fiquitiva

Licensed under the CreativeCommons Attribution-ShareAlike
4.0 International License. You may not use this file except in compliance
with the License. You may obtain a copy of the License at

   http://creativecommons.org/licenses/by-sa/4.0/legalcode

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.
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools