How to compare input string with multiple key values of object in AutoCompleteTextView

后端 未结 0 378
悲哀的现实
悲哀的现实 2021-01-30 06:20

I have StudentObject

public class StudentObject{
   String name;
   String phoneNo;
   String age;
}

@Override
public String toString(){
   return getName();
}

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题