SlideShare una empresa de Scribd logo
UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS
UNIDAD ACADÉMICA DE PINOS
TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN
Materia
Desarrollo de Aplicaciones III
Tema
Aplicación de agenda.
Nombre completo del Alumno : Enrique Reyes Correa
Grado: 5 Grupo: “B”
Maestro: Eloy Contreras de Lira
Fecha de entrega : 24/03/2014
UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS
UNIDAD ACADÉMICA DE PINOS
TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN
En la página principal colocamos el código donde se llaman llamar los
métodos de INSERTAR, ELIMINAR Y MODIFICAR
package proyectagenda.com;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class AgendaAndroidActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.bienvenida); }
public void agregar(View b) {
Intent it=new Intent(this,Nuevo.class);
startActivity(it); }
public void eliminar(View b) {
Intent it=new Intent(this,EliminarContacto.class);
startActivity(it); }
public void modificar(View b) {
Intent it=new Intent(this,Modificar1.class);
startActivity(it); }
public void buscar(View b) {
Intent it=new Intent(this,buscar.class);
startActivity(it); } }
UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS
UNIDAD ACADÉMICA DE PINOS
TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN
En el layout en el que estamos se contiene lo de pagina principal que en este
caso es la bienvenida y contiene el siguiente código:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#AAC1E2"
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="126dp"
android:gravity="center"
android:orientation="vertical" >
<TextView
android:id="@+id/txBienvenida"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textStyle="bold"
android:textSize="25sp"
android:textColor="#000000" android:text="Welcome :)"/>
</LinearLayout>
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS
UNIDAD ACADÉMICA DE PINOS
TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1" >
<TableRow
android:layout_weight="1"
android:gravity="center"
android:paddingLeft="20px"
android:paddingRight="20px"
android:paddingBottom = "10px" >
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical"
android:paddingRight="20px" >
<Button
android:layout_width="136dp"
android:layout_height="104dp"
android:layout_weight="0.06"
android:background="@drawable/adduser"
android:onClick="agregar"
android:padding="20px"
UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS
UNIDAD ACADÉMICA DE PINOS
TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN
android:drawingCacheQuality="low">
</Button>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Agregar contacto"
android:textColor="#000000"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical"
android:paddingLeft="20px" >
<Button
android:layout_width="138dp"
android:layout_height="109dp"
android:layout_weight="0.50"
android:background="@drawable/buscar"
android:onClick="buscar" /> <TextView

Más contenido relacionado

PPT
Posibilidades de la web 2
ODP
PDF
EVALUACIÓN Y MONITOREO DE LA "REPUTACIÓN DIGITAL"
PDF
CONSTRUCCIÓN DE LA IDENTIDAD DIGITAL UTILIZANDO HERRAMIENTAS WEB
PPTX
Fin de curso 2º b
ODP
Mensagens
PPS
Omundoemminiatura
ODP
Autoretrato Luciana Bataguassu
Posibilidades de la web 2
EVALUACIÓN Y MONITOREO DE LA "REPUTACIÓN DIGITAL"
CONSTRUCCIÓN DE LA IDENTIDAD DIGITAL UTILIZANDO HERRAMIENTAS WEB
Fin de curso 2º b
Mensagens
Omundoemminiatura
Autoretrato Luciana Bataguassu

Destacado (20)

ODP
Nuevo open document presentation paris
DOC
PORTUGAL
PDF
Publicaion multimedia
DOCX
Swathi Deekshith Latest Pics
PDF
WCEE2012_1951
PPT
Presentation_1368401850571
PDF
Unidad 5
PPTX
Grey‘s Anatomy Darsteller
PPTX
Presentació diverulleres
PPTX
Relacion informatica derecho
DOCX
Jasmine Latest Stills
PDF
Doremon ngôi sao cảm
PDF
"Emeke A Good Person"
PPTX
Relacion informatica derecho
PDF
SEO para Front-End - BeagaJS
PDF
Avanca 2011 (Versão em Português)
DOCX
PPT
TRABALHO REALIZADO PELA 8ªSÉRIE-PROFªTUSNELDA
DOC
1. conv nacional 21 terminos de referencia
Nuevo open document presentation paris
PORTUGAL
Publicaion multimedia
Swathi Deekshith Latest Pics
WCEE2012_1951
Presentation_1368401850571
Unidad 5
Grey‘s Anatomy Darsteller
Presentació diverulleres
Relacion informatica derecho
Jasmine Latest Stills
Doremon ngôi sao cảm
"Emeke A Good Person"
Relacion informatica derecho
SEO para Front-End - BeagaJS
Avanca 2011 (Versão em Português)
TRABALHO REALIZADO PELA 8ªSÉRIE-PROFªTUSNELDA
1. conv nacional 21 terminos de referencia
Publicidad

Similar a Aplicacion android (20)

DOC
A1 u4gb aplicación móvil con acceso a datos
DOC
A1 u4gb aplicación móvil con acceso a datos
DOC
aplicación móvil con acceso a datos sqliti
DOC
A1 u4gb aplicación móvil con acceso a datos
PDF
Aplicacion
PDF
Aplicacion agenda
PDF
Agenda francisco
DOCX
Documentacion de agenda jony (1)
PDF
Aplicacion android sergio_santoyo
PDF
Agendapersonal
PDF
Aplicacion movil con_bd
PDF
Aplicacion movil con_bd
PDF
Aplicación móvil
PDF
Aplicacion movil
PDF
Agenda cristo
PDF
Aplicación móvil con acceso a datos
PDF
Manual de Aplicación Móvil con Acceso a Datos
DOCX
Reportes MOVILES
PDF
Sesion 11 Teoria.pdf
A1 u4gb aplicación móvil con acceso a datos
A1 u4gb aplicación móvil con acceso a datos
aplicación móvil con acceso a datos sqliti
A1 u4gb aplicación móvil con acceso a datos
Aplicacion
Aplicacion agenda
Agenda francisco
Documentacion de agenda jony (1)
Aplicacion android sergio_santoyo
Agendapersonal
Aplicacion movil con_bd
Aplicacion movil con_bd
Aplicación móvil
Aplicacion movil
Agenda cristo
Aplicación móvil con acceso a datos
Manual de Aplicación Móvil con Acceso a Datos
Reportes MOVILES
Sesion 11 Teoria.pdf
Publicidad

Más de Kique Reyes (13)

PDF
Matematicasfinal
PDF
Aplicacion android
PDF
tablas
PDF
Mapa mental (desarrollo de aplicaciones ii)
PDF
Manual php my admin
PDF
Manual de crear sitio en php.
DOCX
Codigo (kique)
PDF
Desarrollo e inovacion
DOC
My vacations (english)
PPTX
Grupo modelo (afi)
PDF
Bd de la tienda
DOC
A1 u1gb enrique
DOC
A1 u1gb enrique
Matematicasfinal
Aplicacion android
tablas
Mapa mental (desarrollo de aplicaciones ii)
Manual php my admin
Manual de crear sitio en php.
Codigo (kique)
Desarrollo e inovacion
My vacations (english)
Grupo modelo (afi)
Bd de la tienda
A1 u1gb enrique
A1 u1gb enrique

Último (20)

PDF
MATERIAL DIDÁCTICO 2023 SELECCIÓN 1_REFORZAMIENTO 1° BIMESTRE.pdf
DOCX
PLAN DE AREA DE CIENCIAS SOCIALES TODOS LOS GRUPOS
PDF
Unidad de Aprendizaje 5 de Matematica 1ro Secundaria Ccesa007.pdf
PDF
PFB-MANUAL-PRUEBA-FUNCIONES-BASICAS-pdf.pdf
PDF
LIBRO 2-SALUD Y AMBIENTE-4TO CEBA avanzado.pdf
DOC
Manual de Convivencia 2025 actualizado a las normas vigentes
PDF
Teologia-Sistematica-Por-Lewis-Sperry-Chafer_060044.pdf
PDF
EL aprendizaje adaptativo bajo STEM+H.pdf
PDF
Esc. Sab. Lección 7. El pan y el agua de vida.pdf
PDF
Tomo 1 de biologia gratis ultra plusenmas
DOCX
PLAN DE CASTELLANO 2021 actualizado a la normativa
PDF
2.0 Introduccion a processing, y como obtenerlo
PDF
MATERIAL DIDÁCTICO 2023 SELECCIÓN 1_REFORZAMIENTO 1° BIMESTRE_COM.pdf
PDF
Iniciación Al Aprendizaje Basado En Proyectos ABP Ccesa007.pdf
PDF
La Inteligencia Emocional - Fabian Goleman TE4 Ccesa007.pdf
PDF
TOMO II - LITERATURA.pd plusenmas ultras
DOCX
V UNIDAD - SEGUNDO GRADO. del mes de agosto
PDF
el - LIBRO-PACTO-EDUCATIVO-GLOBAL-OIEC.pdf
PDF
Escuelas Desarmando una mirada subjetiva a la educación
DOCX
Programa_Sintetico_Fase_4.docx 3° Y 4°..
MATERIAL DIDÁCTICO 2023 SELECCIÓN 1_REFORZAMIENTO 1° BIMESTRE.pdf
PLAN DE AREA DE CIENCIAS SOCIALES TODOS LOS GRUPOS
Unidad de Aprendizaje 5 de Matematica 1ro Secundaria Ccesa007.pdf
PFB-MANUAL-PRUEBA-FUNCIONES-BASICAS-pdf.pdf
LIBRO 2-SALUD Y AMBIENTE-4TO CEBA avanzado.pdf
Manual de Convivencia 2025 actualizado a las normas vigentes
Teologia-Sistematica-Por-Lewis-Sperry-Chafer_060044.pdf
EL aprendizaje adaptativo bajo STEM+H.pdf
Esc. Sab. Lección 7. El pan y el agua de vida.pdf
Tomo 1 de biologia gratis ultra plusenmas
PLAN DE CASTELLANO 2021 actualizado a la normativa
2.0 Introduccion a processing, y como obtenerlo
MATERIAL DIDÁCTICO 2023 SELECCIÓN 1_REFORZAMIENTO 1° BIMESTRE_COM.pdf
Iniciación Al Aprendizaje Basado En Proyectos ABP Ccesa007.pdf
La Inteligencia Emocional - Fabian Goleman TE4 Ccesa007.pdf
TOMO II - LITERATURA.pd plusenmas ultras
V UNIDAD - SEGUNDO GRADO. del mes de agosto
el - LIBRO-PACTO-EDUCATIVO-GLOBAL-OIEC.pdf
Escuelas Desarmando una mirada subjetiva a la educación
Programa_Sintetico_Fase_4.docx 3° Y 4°..

Aplicacion android

  • 1. UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS UNIDAD ACADÉMICA DE PINOS TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN Materia Desarrollo de Aplicaciones III Tema Aplicación de agenda. Nombre completo del Alumno : Enrique Reyes Correa Grado: 5 Grupo: “B” Maestro: Eloy Contreras de Lira Fecha de entrega : 24/03/2014
  • 2. UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS UNIDAD ACADÉMICA DE PINOS TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN En la página principal colocamos el código donde se llaman llamar los métodos de INSERTAR, ELIMINAR Y MODIFICAR package proyectagenda.com; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; public class AgendaAndroidActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.bienvenida); } public void agregar(View b) { Intent it=new Intent(this,Nuevo.class); startActivity(it); } public void eliminar(View b) { Intent it=new Intent(this,EliminarContacto.class); startActivity(it); } public void modificar(View b) { Intent it=new Intent(this,Modificar1.class); startActivity(it); } public void buscar(View b) { Intent it=new Intent(this,buscar.class); startActivity(it); } }
  • 3. UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS UNIDAD ACADÉMICA DE PINOS TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN En el layout en el que estamos se contiene lo de pagina principal que en este caso es la bienvenida y contiene el siguiente código: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#AAC1E2" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="126dp" android:gravity="center" android:orientation="vertical" > <TextView android:id="@+id/txBienvenida" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center" android:textStyle="bold" android:textSize="25sp" android:textColor="#000000" android:text="Welcome :)"/> </LinearLayout> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
  • 4. UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS UNIDAD ACADÉMICA DE PINOS TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" > <TableRow android:layout_weight="1" android:gravity="center" android:paddingLeft="20px" android:paddingRight="20px" android:paddingBottom = "10px" > <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="center" android:orientation="vertical" android:paddingRight="20px" > <Button android:layout_width="136dp" android:layout_height="104dp" android:layout_weight="0.06" android:background="@drawable/adduser" android:onClick="agregar" android:padding="20px"
  • 5. UNIVERSIDAD TECNONOLÓGICA DEL ESTADO DE ZACATECAS UNIDAD ACADÉMICA DE PINOS TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN android:drawingCacheQuality="low"> </Button> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center" android:text="Agregar contacto" android:textColor="#000000" android:textStyle="bold" /> </LinearLayout> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="center" android:orientation="vertical" android:paddingLeft="20px" > <Button android:layout_width="138dp" android:layout_height="109dp" android:layout_weight="0.50" android:background="@drawable/buscar" android:onClick="buscar" /> <TextView