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.
Frames is available via JitPack, so getting it as simple as adding it as a dependency, like this:
- Add JitPack repository to your root
build.gradle
file
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
- 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
📃 You can check the sample App for details
If you found this app/library helpful and want to thank me, you can:
Thanks in advance! 🙏
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.