We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List contactList = Contacts.getQuery().find();
I am getting random sequence for phone number when particular contact has multiple phone number.
I want it in the same order as we have stored on that contact, the sequence should not be changed.
Example : Contact name : Mitesh Machhoya Type : Mobile ---> 54682 58795 Type : Mobile ---> 24586 97412 Type : Home ---> 35648 71454 etc...
when I retrieve the list of numbers from "Mitesh Machhoya" contact, its giving random sequence of the phone numbers
can anyone help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
List contactList = Contacts.getQuery().find();
I am getting random sequence for phone number when particular contact has multiple phone number.
I want it in the same order as we have stored on that contact, the sequence should not be changed.
Example :
Contact name : Mitesh Machhoya
Type : Mobile ---> 54682 58795
Type : Mobile ---> 24586 97412
Type : Home ---> 35648 71454
etc...
when I retrieve the list of numbers from "Mitesh Machhoya" contact, its giving random sequence of the phone numbers
can anyone help me?
The text was updated successfully, but these errors were encountered: