I am trying to create an autocomplete box in my android app that is powered by a Django backend. I have a model in Django where I have a lot of rows (~5k). I want to be able to do an autocomplete search in my android app powered by this backend based on the name(field in a row). What is the best way to do this?I am trying to create an autocomplete box in my