4

I have to add multiple options to an edit_text view as shown below, the views can be adjustable with the parent. I am not getting an idea how to do this, Can any one help how can we make this UI.

Thanks.

enter image description here

Sruthi Mamidala
  • 361
  • 1
  • 3
  • 10

2 Answers2

4

Take a look at these open source project in Github

  1. https://plus.google.com/+RomanNurik/posts/WUd7GrfZfiZ
  2. https://github.com/splitwise/TokenAutoComplete
  3. https://github.com/kpbird/chips-edittext-library

See the below ScreenShots for the same

Hope this is what you are looking for.

enter image description here

enter image description here

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
Amit Gupta
  • 8,914
  • 1
  • 25
  • 33
  • thank you Amit, I am using [ChipsLibrary](http://www.androidviews.net/2012/11/chips-text-fields/). i have edited some code in the library to achieve the UI of the screen. As I am adding other stuff as chip data rather than contacts or mail-id's back functionality is not working properly. Means when we press back key entire chip is not deleting it's coming to edit mode. How can I solve this? Can you plz help me... Thank you – Sruthi Mamidala May 26 '14 at 07:50
3

There are some SO posts which may meet your need.Refer the below posts,

Creating a custom editText with tag-like feature

Contact Bubble EditText

Community
  • 1
  • 1
Spring Breaker
  • 8,233
  • 3
  • 36
  • 60