Tuesday, September 3, 2019

Link ke Web

Link ke Web


txtweb = (EditText) findViewById(R.id.txtweb);txtweb.setEnabled(true);
txtweb.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/maps?saddr="+txtlatitude.getText().toString()+","+txtlongitude.getText().toString()+"&daddr="+latitude+","+longitude));                         
//    startActivity(intent);

   Intent intent = new Intent(android.content.Intent.ACTION_VIEW,              Uri.parse("http://www."+txtweb.getText().toString()));                         
   startActivity(intent);

}});

No comments:

Post a Comment

Mengganti Icon Marker Di Maps

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