diciembre 25, 2014

Recrear una actividad en android

Recreating an Activity This lesson teaches you to Save Your Activity State Restore Your Activity State You should also read Supporting Different Screens Handling Runtime Changes Activities There are a few scenarios in which your activity is destroyed due to normal app behavior, such as when the user presses the Back button or your activity signals its own destruction by calling finish(). The system may also...

diciembre 22, 2014

Primera prueba de codigo insertado

Para poder realizar anotaciones sobre los codigos de andrpid que iré ocupando más adelante decidí utilizar un método que me permita mostrar lo más fielmete posible la sintaxis de cada archivo es por eso que hoy e instalado el complemento de SyntaxHighlighter!! :) #!/usr/bin/xml Tove Jani Reminder Don't forget me this weekend! Sepadador con H1 #!/usr/bin/java /* HelloWorld.java */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }...