Você está na página 1de 4

en el content_main.

xml colocar 5 botones

en un linearLyout orientation horizontal (la altura del linearLayout que sea wrap content)

x x x x x

android:layout_width = 0dp

android:layoit_weigth =1

android:layoit_height ="wrap_content"

linear layout

textview

id = consultarid

insertar

borrar

debajo del linear layout hacer otros tres para los campos de la tabla

TEXTVIEW

EDIT TEXT WIDTH MATCHPARENT

OTROS 2 LINEAR LAYOUT

IDENTIFICADOR.............

NOMBRE ...................
DIRECCION..................

HACER OTro linear layout horizontal

donde aparecera los resultados

TEXTVIEW id = resultado

width y height = matchparent

*********************

MainActivite.java

1) ENLACE CON LOS BOTONES

2 ENLACE CON LOS XML


3 LISTENER DE LOS BOTONES

4) CREACION DEL IMPLEMENT

5) ESTO Oblica a sobreesccribir la función on clicik


6) colocar las APIS de las URLS (puede ir después del paso 1)

Você também pode gostar