Pick multiple contact with name and phone number
问题 Currently my code can pick one contact only and display in the selected editText and after button add clicked, the details will inserted into the database.. Now i want to select multiple contact and insert them into the database.What is the best method for me to implement this? Below is my current code. public class newBill extends AppCompatActivity implements View.OnClickListener{ //Defining views private EditText description; private EditText person_engaged; private EditText amount; private