1 / 34

DESARROLLO DE APLICACIONES MOVILES I

DESARROLLO DE APLICACIONES MOVILES I. SEMANA 12. Temas ListView OnItemClickListener. DESARROLLAR UN PROGRAMA. 1) Seleccionar LORETO y Dar clic. DESARROLLAR UN PROGRAMA. 1) Muestra imagen del Mapa de LORETO.

wallis
Download Presentation

DESARROLLO DE APLICACIONES MOVILES I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DESARROLLO DE APLICACIONES MOVILES I SEMANA 12

  2. Temas • ListView • OnItemClickListener

  3. DESARROLLAR UN PROGRAMA 1) Seleccionar LORETO y Dar clic

  4. DESARROLLAR UN PROGRAMA 1) Muestra imagen del Mapa de LORETO 3) Para regresar ala ventana inicial , presionar el botón regresar 2) Muestra un la palabra LORETO

  5. PASO # 1 1) Crear un archivo XML de nombre b.xml Este es a nivel código XML

  6. PASO # 1 Este es a nivel Grafico

  7. PASO # 2 Aquí sobre el escenario se le agrego un ListView , cuyo ID tiene de nombre lstListado

  8. PASO # 3 Dentro de la ruta res/drawable-hdpi se ha colocado 4 imágenes de nombres : b.png , c.png , d.png , e.png Estas imágenes los pueden bajar en la siguiente dirección electrónica : http://www.lenguajejava.webcindario.com/imagenesandroid.rar

  9. PASO # 4 1) Inserto un ImageView y además se adiciono la imagen b.png 2) Inserto un Button (boton) cuyo ID se llama btnregresar

  10. PASO # 4 1) Arrastrar y soltar el ImageView 1) Arrastrar y soltar el ImageView

  11. PASO # 4 1) Clic derecho sobre el ImageView 2) Seleccionar la opción EditSrc

  12. PASO # 4 1) Seleccionar la imagen b 2) Presionar el botón ok

  13. PASO # 4 1) Se ha logrado insertar la imagen sobre el ImageView

  14. PASO # 4 1) Arrastrar y soltar el ImageView 1) Arrastrar y soltar el ImageView

  15. PASO # 4 1) Ahora insertando el Button( botón ) cuyo ID es btnregresar

  16. PASO # 5

  17. PASO # 6

  18. PASO # 7 2) Invocando al método VentanaPrincipal() 1) Desarrollando el método VentanaPrincipal()

  19. EJECUTANDO EL PROGRAMA

  20. PASO # 8 1) Este método me permite el evento de seleccionar y dar clic al LisView , en este caso muestra el contenido del LisView

  21. PASO # 9 1)Desarrollando el método VentanaFoto() 2) Desarrollando el método retornarNumero()

  22. PASO # 10 Aquí estamos invocando el método retornoNumero() , pero este devuelve el numero de imagen que se ha seleccionado y a la vez se invoca el método VentanaFotos() de la cual el numero de la imagen llega como parámetro a este método

  23. PASO # 11 Desarrollando el método onClick()

  24. PASO # 1 Este es a nivel Grafico

  25. PASO # 1 Este es a nivel Grafico

  26. PASO # 1 Este es a nivel Grafico

  27. PASO # 1 Este es a nivel Grafico

  28. EJECUTANDO EL PROGRAMA 1 ) Seleccionar ICA y dar clic

  29. EJECUTANDO EL PROGRAMA 2 ) presionar el botón regresar

  30. EJECUTANDO EL PROGRAMA 3 ) Seleccionar TACNA y dar clic

  31. EJECUTANDO EL PROGRAMA 4) presionar el botón regresar

  32. EJECUTANDO EL PROGRAMA 5) Seleccionar LORETO y dar clic

  33. EJECUTANDO EL PROGRAMA 6) presionar el botón regresar

  34. FIN

More Related