Tuesday, September 3, 2019

Link Ke Email


Link Ke Email



txtemail= (EditText) findViewById(R.id.txtemail);txtemail.setEnabled(false);
txtlatitude = (EditText) findViewById(R.id.txtlatitude);txtlatitude.setEnabled(false);
txtlatitude .setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View arg0) {
   Intent intent = new Intent(android.content.Intent.ACTION_VIEW,              Uri.parse("https://maps.google.com?q="+txtlatitude.getText().toString()));                         
   startActivity(intent);
}});

No comments:

Post a Comment

Mengganti Icon Marker Di Maps

                                            Creating an icon https://leafletjs.com/examples.html var greenIcon = ...