How to modify SimpleAdapter (Android) source code?

364 Views Asked by At

I'm developing an Android app which uses Google Places Autocomplete to search for text typed in an autocompletetextview. It works perfectly only when one parameter is entered.

eg. if I type 'pizza', I get location biased dropdown results starting with the word 'pizza'. But if I type 'pizza hut', the dropdown list vanishes when I press the space button.

I want to modify the source code of SimpleAdapter to make a slightly modified CustomSimpleAdapter to populate the autocompletetextview. I need the exact same constructor used in SimpleAdapter with filtering to include white space.

0

There are 0 best solutions below