Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghophp/android-bubble-text

bubble, token, chips edittext, based on chips-android from eyeem, but with tweaks
https://github.com/ghophp/android-bubble-text

Last synced: 2 months ago
JSON representation

bubble, token, chips edittext, based on chips-android from eyeem, but with tweaks

Awesome Lists containing this project

README

        

android-bubble-text
=================

bubble, token, chips edittext, based on chips-android from eyeem, but with tweaks

![](/screenshot/sample1.png?raw=true "Opened Popover") ![](/screenshot/sample2.png?raw=true "Two Bubbles and Popover")

Usage
============
There are two main widgets which you can use:

- `ChipsEditText` for editable text and bubbles with `AutocompletePopover`.
- `ChipsTextView` if you plan only on displaying non-editable text with bubbles and optionally wish to provide some feedback on bubble press.

Including in your project
=========================

I still doesn't upload to sonatype and made it gradle-responsible dependencie, so, by now, just clone into a libraries folder and add as a dependencie manually from Android Studio or Eclipse.

Developers and Refactors By
============

* Guilherme Oliveira [@_holiveira](https://twitter.com/_holiveira)
* Lukasz Wisniewski [@vishna](https://twitter.com/vishna)

Whorthwhile mentions
============
- [eyeem chips](https://github.com/eyeem/chips-android)
- [chips-edittext-library](https://github.com/kpbird/chips-edittext-library)
- [chips from Google](https://android.googlesource.com/platform/frameworks/ex/+/refs/heads/master/chips)

License
=======

Copyright 2014 Oliveira

Licensed under the MIT License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://opensource.org/licenses/MIT

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.