I am now trying to use chips UI, so I started looking for the APIs. But it seems like there are no such APIs for the chips in Android basically provided by Google even though there is an introduction to the UI components of material design chips on the website (https://www.google.com/design/spec/components/chips.html).
So instead it seems like I have to use third party libraries like https://github.com/klinker41/android-chips. But before that I just want to find out if this will be the only option to use chips.