Herald Santos

Results 1 comments of Herald Santos

i found a solution if your logic came from API just remove if condition and put searchData.add(string) inside for each in SearchAdapter. if (string.toLowerCase().startsWith(constraint.toString().toLowerCase())) { -> remove this searchData.add(string); }...