You are on page 1of 1

Fe de erratas: El Gran Libro de Android 2 Ed.

Instrucciones: eliminar el cdigo tachado e incluir el cdigo subrayado.


Este documento se actualizar en www.androidcurso.com

pg. 63 lin.12: como la clase HelloAndroid HolaMundo es una subclase de
pg. 78 4. El fichero res/values/strings.xml ha de tener
pg. 88 11. Introduce en el atributo onClick del botn que acabas de crear el valor sePulsa0.
pg.146 return Math.hypot(posX-g.posYposX, posyposY-g.posXposY);
pg.154 cion = AnimationUtils.loadAnimation(this,R.anim.animaciontweenanimation);
pg.164 TextView entrada=(TextView) findViewById(R.layoutid.TextViewEntrada);
pg.187 9. Introducir estas lneas al final del mtodo onSizeChanged():
ultimoProceso = System.currentTimeMillis();
thread.start();
pg.173 private TextView osalida;
pg.201 String cadena var;
pg.255 Notification notificacion = new Notification(
pg.256 ... // resto de cdigo de onCreate() onStartCommand()
pg.260 <receiver android:name="ReceptorLlamadas" >
pg.267 Package name: org.example.servicioclienteremoto
pg.268 dentro de src/org.example.servicioaidlremoto/ con el siguiente cdigo:
pg.276 crea el siguiente mtodo dentro de VistaJuego:
pg.284 FileOutputStream fos = new FileOutputStream(FICHERO, true);
FileInputStream fis = new FileInputStream(FICHERO);
pg.316 public Cursor query(Uri uri, String[] projectyeccion, String seleccion,
pg. 358, 359, 360 y 362 .PuntuacionesServicioWebHttpEndpoint

You might also like