0

I want to make EditText Card like View that have autocomplete feature , and auto completes are fetched using retrofit api , example can be shown below:

Autocomplete edittext

Can you suggest some easy to use gitHub library to implement this View in android or suggest the possibilities?

Note:

This question is entirely different from hello autocompletion because i am asking about custom api's and my view is very much different.

Hoven
  • 563
  • 1
  • 5
  • 24
Zulqurnain Jutt
  • 1,083
  • 3
  • 15
  • 41
  • Possible duplicate of [android how an EditText work as AutoComplete](http://stackoverflow.com/questions/6488727/android-how-an-edittext-work-as-autocomplete) – Sree Aug 01 '16 at 11:17
  • You can use [MultiAutoCompleteTextView](https://developer.android.com/reference/android/widget/MultiAutoCompleteTextView.html). Follow official android document. – rajesh Aug 01 '16 at 11:26
  • How can i possibly create this much complex view using official documentation , if i know how to do it why would i bother to ask – Zulqurnain Jutt Aug 01 '16 at 11:28

1 Answers1

1

check out this one and this one

google has it's own chips but I don't know why they don't publish that for developers.

Hoven
  • 563
  • 1
  • 5
  • 24