Notificaciones

Javascript C# / VB.Net Android
alert("Mensaje");
MessageBox.Show("Mensaje");
Toast toast = Toast.makeText(
   getApplicationContext(), 
   "Mensaje", 
   Toast.LENGTH_SHORT);
toast.show();

Navegación

<html><a href=“/softwareprogramacion”>Software de programación</a></html>

Ayuda al servidor