how to make the list view parse number of phones which i want to call with this in button in another a
public class OtorhinolaryngologyClass1 extends AppCompatActivity implements Fragment1.OnFragmentInteractionListener{
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_otorhinolaryngology_class1);
Button call= (Button) findViewById(R.id.call1);
}
@Override
public void onFragmentInteraction(int position) {
}
public void setTitles(final String title){
((TextView)findViewById(R.id.textt1)).setText(title);
}
public void call1(View view) {
}
}