Tuesday, 9 February 2021

How to get list of skills like Linkedin?

I am working on an android app, where people will share somethings like their skills but now the thing is that i want a list of skills so users can easily search and pick a skill from suggestions of an AutoCompleteTextView like linkedin.

But for autoCompleteTextView we need an array of strings to show in the autoComplete list. But i did not able to find any api for this. And i also can't make an array of strings in app in stings.xml because it will increase the size of the apk upto 5 to 6 MB.

enter image description here

I need a solution for this.



from How to get list of skills like Linkedin?

No comments:

Post a Comment