SlideShare una empresa de Scribd logo
1 de 10
“Dulzura, Sabor y Encanto a tu Alcance”
PASTELERÍA SECRETOS
IDEA:
Esta aplicación se generó gracias a la idea de poder facilitar a la empresa una atención
practica al cliente.
Ya que ahora la sociedad hace más uso de los teléfonos móvil.
Y de esta manera resulta más fácil hacer pedidos y revisar el menú de la pastelería
desde la comodidad del celular.
INTRODUCCION:
Pastelería secretos, es una empresa ya con 15 años en el mercado y sus servicios son
realmente buenos.
Con años de experiencia Pastelería Secretos brinda al cliente pasteles de una gran
calidad.
Con las nuevas tecnologías y generaciones de los últimos años la sociedad hace más
tedioso estar revisando menús y haciendo pedidos desde sus teléfonos estacionarios,
por eso nuestro trabajo es facilitar la manera en la compra de los clientes.
JUSTIFICACION:
o Descripción del problema.
El problema consistia en cosas simples pero esto a su vez ocacionaba perdida para
pasteleria secretos ya que algunos pedidos se realizaban mal o no omo el cliente los
pedia debido a que h¿eran muchos y los trabajadores aveces confundian los pedidos.
o Objetivo General ¿Por qué se hace?
El principal objetivo al ir a la empresa es solucionar el problema ya planteado, y en
general era buscar y proponer una forma sencilla y practica para realizar pedidos y
consultar el menu.
SOLUCION DEL PROBLEMA:
Nuestra aplicación para Pastelería Secretos facilita el trabajo del personal, ahora los
empleados desde la computadora revisan los pedidos del cliente.
Ya que los problemas surgieron a partir de que algunos empleados no atendían al
100% el teléfono y los pedidos no se hacían bien, puesto que varios empleados
realizaban pedidos equivocados.
El cliente con esta aplicación donde quiera que se encuentre podrá hacer sus pedidos y
revisar el menú cuando quiera y necesite, al igual que los empleadosrevisar su trabajo
sin errores desde la computadora.
METODOLOGIA:
Esta aplicación primeramente se genero al buscar una idea, y en un cuaderno se anoto
la forma y estructura para crear la aplicación a pasteleria secretos.
Posteriormente con ayuda de nuestro programa eclipse ,el conocimiento adquirido en
el semestre y un poco de ayuda profesional la aplicación se genero.
Esta aplicación consta de tres botones: MENU. PEDIDO y SALIDA
CODIGO:
package com.example.botoncitos;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class Pedidos extends Activity{
Button botonsote, botoncito;
EditText pedido;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.pedidos);
pedido = (EditText) findViewById(R.id.editPedido);
botonsote = (Button) findViewById(R.id.bPedidos);
botonsote.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
pedido.setText("");
Context context = getApplicationContext();
int duration = Toast.LENGTH_SHORT;
CharSequence txt = "Su pedido se realizó exitosamente";
Toast toast = Toast.makeText(context, txt, duration);
toast.show();
}
});
botoncito = (Button) findViewById(R.id.bAtras);
botoncito.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
finish();
}
});
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
return true;
}
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long
// as you specify a parent activity in AndroidManifest.xml.
int id = item.getItemId();
if (id == R.id.action_settings) {
return true;
}
return super.onOptionsItemSelected(item);
}
}
package com.example.botoncitos;
//import com.example.touchnumbers.Finish;
//import com.example.touchnumbers.R;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
//import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class Secretos extends Activity {
Button bMenu, bPedido, bSalir;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
bMenu = (Button) findViewById(R.id.button3);
bPedido = (Button) findViewById(R.id.button2);
bSalir = (Button) findViewById(R.id.button1);
bMenu.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
if(bMenu.isPressed()){
goMenu();
}
}
});
bPedido.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
if(bPedido.isPressed()){
goPedidos();
}
}
});
bSalir.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
if(bSalir.isPressed()){
finish();
}
}
});
}
public void goMenu(){
Intent i = new Intent(this, Tabs.class);
startActivity(i);
}
public void goPedidos(){
Intent i2 = new Intent(this, Pedidos.class);
startActivity(i2);
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
return true;
}
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long
// as you specify a parent activity in AndroidManifest.xml.
int id = item.getItemId();
if (id == R.id.action_settings) {
return true;
}
return super.onOptionsItemSelected(item);
}
}
CUESTIONARIO DE ESTUDIO DE MERCADO:
1.-¿Crees que el logotipo es bueno?
R= SI NO TALVEZ
2.-¿Te parece interesante la aplicación?
R= SI NO TALVEZ
3.-¿Descargarias la aplicación?
R= SI NO TALVEZ
4.-¿Crees que la aplicación resuelva el problema?
R= SI NO TALVEZ
5.-¿Crees que la aplicación podria mejorar?
R= SI NO TALVEZ
6.-¿Te gusta el diseño de la aplicación?
R= SI NO TALVEZ
7.-¿Crees que el logotipo es apropiado?
R= SI NO TALVEZ
8.-¿La aplicación ayudara al cliente?
R= SI NO TALVEZ
9.-¿La letra de la aplicación es atractiva?
R= SI NO TALVEZ
10.-¿En general crees que la idea es buena?
R= SI NO TALVEZ
RESULTADO DE LA ENCUESTA:
La encuesta se realizo a 20 personas
1.-SI 17 NO 1 TALVEZ 2
2.- SI 15 NO 2 TALVEZ 3
3.- SI 18 NO 2 TALVEZ 0
4.- SI 15 NO 0 TALVEZ 5
5.- SI 11 NO 2 TALVEZ 7
6.- SI 11 NO 2 TALVEZ 7
7.- SI 14 NO 3 TALVEZ 3
8.- SI 17 NO 1 TALVEZ 2
9.- SI 16 NO 3 TALVEZ 6
10.- SI 11 NO 4 TALVEZ 5
GRAFICA DE RESULTADOS:
CONCLUSION:
En conclusión este proyecto final fue para poner a prueba conocimientos y darnos una
idea de cómo poder trabajar ya en vida real cuando un cliente pone las reglas para la
creación de un programa.
0 5 10 15 20
1
2
3
4
5
6
7
8
9
10
TALVEZ
NO
SI
El equipo trabajo de buena forma y todos estuvimos de acuerdo al realizar el
programa.

Más contenido relacionado

Destacado

Internet of Things, Connected Infrastructure & The Modern Supply Chain
Internet of Things, Connected Infrastructure & The Modern Supply ChainInternet of Things, Connected Infrastructure & The Modern Supply Chain
Internet of Things, Connected Infrastructure & The Modern Supply ChainJeff Risley
 
Gloucestershire College Higher National Certificate in Construction Student H...
Gloucestershire College Higher National Certificate in Construction Student H...Gloucestershire College Higher National Certificate in Construction Student H...
Gloucestershire College Higher National Certificate in Construction Student H...Craig Bloxsome MCIOB
 
Industrie 4.0 – Angebote für den Mittelstand
Industrie 4.0 – Angebote für den MittelstandIndustrie 4.0 – Angebote für den Mittelstand
Industrie 4.0 – Angebote für den MittelstandThorsten Huelsmann
 
Torque converters
Torque convertersTorque converters
Torque convertersRob Holt
 
Rankine cycle
Rankine cycleRankine cycle
Rankine cycleAslam K
 
Logistics 4.0 and the Internet of Things
Logistics 4.0 and the Internet of ThingsLogistics 4.0 and the Internet of Things
Logistics 4.0 and the Internet of ThingsThorsten Huelsmann
 
The Cylinder Liner of Diesel Engines
The Cylinder Liner of Diesel EnginesThe Cylinder Liner of Diesel Engines
The Cylinder Liner of Diesel EnginesMarine Study
 
Seminar on exploring synergies and interaction in lean construction and build...
Seminar on exploring synergies and interaction in lean construction and build...Seminar on exploring synergies and interaction in lean construction and build...
Seminar on exploring synergies and interaction in lean construction and build...Stephen Au
 

Destacado (13)

Internet of Things, Connected Infrastructure & The Modern Supply Chain
Internet of Things, Connected Infrastructure & The Modern Supply ChainInternet of Things, Connected Infrastructure & The Modern Supply Chain
Internet of Things, Connected Infrastructure & The Modern Supply Chain
 
poster
posterposter
poster
 
Trabajo práctico nº1
Trabajo práctico nº1Trabajo práctico nº1
Trabajo práctico nº1
 
Practica 4 t(2)
Practica 4 t(2)Practica 4 t(2)
Practica 4 t(2)
 
Gloucestershire College Higher National Certificate in Construction Student H...
Gloucestershire College Higher National Certificate in Construction Student H...Gloucestershire College Higher National Certificate in Construction Student H...
Gloucestershire College Higher National Certificate in Construction Student H...
 
74 57 catalogue-of-ball-valves
74 57 catalogue-of-ball-valves74 57 catalogue-of-ball-valves
74 57 catalogue-of-ball-valves
 
Industrie 4.0 – Angebote für den Mittelstand
Industrie 4.0 – Angebote für den MittelstandIndustrie 4.0 – Angebote für den Mittelstand
Industrie 4.0 – Angebote für den Mittelstand
 
Torque converters
Torque convertersTorque converters
Torque converters
 
Rankine cycle
Rankine cycleRankine cycle
Rankine cycle
 
Logistics 4.0 and the Internet of Things
Logistics 4.0 and the Internet of ThingsLogistics 4.0 and the Internet of Things
Logistics 4.0 and the Internet of Things
 
The Cylinder Liner of Diesel Engines
The Cylinder Liner of Diesel EnginesThe Cylinder Liner of Diesel Engines
The Cylinder Liner of Diesel Engines
 
Ratgeber Mutterkuh BUL
Ratgeber Mutterkuh BULRatgeber Mutterkuh BUL
Ratgeber Mutterkuh BUL
 
Seminar on exploring synergies and interaction in lean construction and build...
Seminar on exploring synergies and interaction in lean construction and build...Seminar on exploring synergies and interaction in lean construction and build...
Seminar on exploring synergies and interaction in lean construction and build...
 

Similar a Dulzura1(2)(2)

Presentación del proyecto final "ReposteriApp"
Presentación del proyecto final "ReposteriApp"Presentación del proyecto final "ReposteriApp"
Presentación del proyecto final "ReposteriApp"Marino A
 
herramienta para crear android
herramienta para crear androidherramienta para crear android
herramienta para crear androidPaul Lesano
 
Appsmakerstore apps para tu negocio
Appsmakerstore apps para tu negocioAppsmakerstore apps para tu negocio
Appsmakerstore apps para tu negocioAppsmakerstore Spain
 
Las Funciones & Características de Un App
Las Funciones & Características de Un AppLas Funciones & Características de Un App
Las Funciones & Características de Un AppGeo LabApps
 
Las Top 10 Preguntas y Respuestas Sobre Móvil Apps
Las Top 10 Preguntas y Respuestas Sobre Móvil AppsLas Top 10 Preguntas y Respuestas Sobre Móvil Apps
Las Top 10 Preguntas y Respuestas Sobre Móvil AppsHector Jayat
 
Catálago de Presentación de Geo LabApps
Catálago de Presentación de Geo LabAppsCatálago de Presentación de Geo LabApps
Catálago de Presentación de Geo LabAppsGeo LabApps
 
Manual para Aplicacion Movil
Manual para Aplicacion MovilManual para Aplicacion Movil
Manual para Aplicacion MovilGustavo Beltran
 
Programa 14
Programa 14Programa 14
Programa 14Esmedc20
 
Adriana Presentación 9
Adriana Presentación 9Adriana Presentación 9
Adriana Presentación 9Azul AO
 

Similar a Dulzura1(2)(2) (20)

Equipo 4(2)(2)
Equipo 4(2)(2)Equipo 4(2)(2)
Equipo 4(2)(2)
 
Equipo 4(2)
Equipo 4(2)Equipo 4(2)
Equipo 4(2)
 
Dulzura triptico
Dulzura tripticoDulzura triptico
Dulzura triptico
 
Dulzura triptico
Dulzura tripticoDulzura triptico
Dulzura triptico
 
Idea innovadora
Idea innovadoraIdea innovadora
Idea innovadora
 
Presentación del proyecto final "ReposteriApp"
Presentación del proyecto final "ReposteriApp"Presentación del proyecto final "ReposteriApp"
Presentación del proyecto final "ReposteriApp"
 
Proyecto
ProyectoProyecto
Proyecto
 
herramienta para crear android
herramienta para crear androidherramienta para crear android
herramienta para crear android
 
Android
AndroidAndroid
Android
 
Hola mundo
Hola mundoHola mundo
Hola mundo
 
Appsmakerstore apps para tu negocio
Appsmakerstore apps para tu negocioAppsmakerstore apps para tu negocio
Appsmakerstore apps para tu negocio
 
Las Funciones & Características de Un App
Las Funciones & Características de Un AppLas Funciones & Características de Un App
Las Funciones & Características de Un App
 
Las Top 10 Preguntas y Respuestas Sobre Móvil Apps
Las Top 10 Preguntas y Respuestas Sobre Móvil AppsLas Top 10 Preguntas y Respuestas Sobre Móvil Apps
Las Top 10 Preguntas y Respuestas Sobre Móvil Apps
 
Catálago de Presentación de Geo LabApps
Catálago de Presentación de Geo LabAppsCatálago de Presentación de Geo LabApps
Catálago de Presentación de Geo LabApps
 
Ensayo u6 fernandoserrano
Ensayo u6 fernandoserranoEnsayo u6 fernandoserrano
Ensayo u6 fernandoserrano
 
Imperial math -_expo
Imperial math -_expoImperial math -_expo
Imperial math -_expo
 
Manual para Aplicacion Movil
Manual para Aplicacion MovilManual para Aplicacion Movil
Manual para Aplicacion Movil
 
Pg14
Pg14Pg14
Pg14
 
Programa 14
Programa 14Programa 14
Programa 14
 
Adriana Presentación 9
Adriana Presentación 9Adriana Presentación 9
Adriana Presentación 9
 

Más de Tania Tellez

Más de Tania Tellez (20)

Practica 8(2)
Practica 8(2)Practica 8(2)
Practica 8(2)
 
Practica 7
Practica 7Practica 7
Practica 7
 
Practica 5 (1)
Practica 5 (1)Practica 5 (1)
Practica 5 (1)
 
Practica 4
Practica 4Practica 4
Practica 4
 
Presentacion tania123(2)
Presentacion tania123(2)Presentacion tania123(2)
Presentacion tania123(2)
 
Practica 3
Practica 3Practica 3
Practica 3
 
Practica tania
Practica taniaPractica tania
Practica tania
 
Celular virtual
Celular virtualCelular virtual
Celular virtual
 
Tutorial eclipse3
Tutorial eclipse3Tutorial eclipse3
Tutorial eclipse3
 
Tutorial eclipse2
Tutorial eclipse2Tutorial eclipse2
Tutorial eclipse2
 
Tutorial eclipse1
Tutorial eclipse1Tutorial eclipse1
Tutorial eclipse1
 
tutorial de eclipse
tutorial de eclipsetutorial de eclipse
tutorial de eclipse
 
Investigacion 2
Investigacion 2Investigacion 2
Investigacion 2
 
Investigacion 1
Investigacion 1Investigacion 1
Investigacion 1
 
Practicas 26 27_28_y_29_tania
Practicas 26 27_28_y_29_taniaPracticas 26 27_28_y_29_tania
Practicas 26 27_28_y_29_tania
 
Practicas 21 22_23_24_tania
Practicas 21 22_23_24_taniaPracticas 21 22_23_24_tania
Practicas 21 22_23_24_tania
 
Presentacion programas tania
Presentacion programas taniaPresentacion programas tania
Presentacion programas tania
 
Cartel
CartelCartel
Cartel
 
Presentaciontania(2)
Presentaciontania(2)Presentaciontania(2)
Presentaciontania(2)
 
Practica 5 tania
Practica 5 taniaPractica 5 tania
Practica 5 tania
 

Último

Guia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdfGuia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdflauradbernals
 
INSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENA
INSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENAINSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENA
INSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENAdanielaerazok
 
institucion educativa la esperanza sede magdalena
institucion educativa la esperanza sede magdalenainstitucion educativa la esperanza sede magdalena
institucion educativa la esperanza sede magdalenajuniorcuellargomez
 
Institucion educativa la esperanza sede la magdalena
Institucion educativa la esperanza sede la magdalenaInstitucion educativa la esperanza sede la magdalena
Institucion educativa la esperanza sede la magdalenadanielaerazok
 
12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdf12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdfedwinmelgarschlink2
 
COMPETENCIAS CIUDADANASadadadadadadada .pdf
COMPETENCIAS CIUDADANASadadadadadadada .pdfCOMPETENCIAS CIUDADANASadadadadadadada .pdf
COMPETENCIAS CIUDADANASadadadadadadada .pdfOscarBlas6
 
Buscadores, SEM SEO: el desafío de ser visto en la web
Buscadores, SEM SEO: el desafío de ser visto en la webBuscadores, SEM SEO: el desafío de ser visto en la web
Buscadores, SEM SEO: el desafío de ser visto en la webDecaunlz
 
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdfNUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdfisrael garcia
 

Último (8)

Guia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdfGuia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdf
 
INSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENA
INSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENAINSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENA
INSTITUCION EDUCATIVA LA ESPERANZA SEDE MAGDALENA
 
institucion educativa la esperanza sede magdalena
institucion educativa la esperanza sede magdalenainstitucion educativa la esperanza sede magdalena
institucion educativa la esperanza sede magdalena
 
Institucion educativa la esperanza sede la magdalena
Institucion educativa la esperanza sede la magdalenaInstitucion educativa la esperanza sede la magdalena
Institucion educativa la esperanza sede la magdalena
 
12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdf12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdf
 
COMPETENCIAS CIUDADANASadadadadadadada .pdf
COMPETENCIAS CIUDADANASadadadadadadada .pdfCOMPETENCIAS CIUDADANASadadadadadadada .pdf
COMPETENCIAS CIUDADANASadadadadadadada .pdf
 
Buscadores, SEM SEO: el desafío de ser visto en la web
Buscadores, SEM SEO: el desafío de ser visto en la webBuscadores, SEM SEO: el desafío de ser visto en la web
Buscadores, SEM SEO: el desafío de ser visto en la web
 
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdfNUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
 

Dulzura1(2)(2)

  • 1. “Dulzura, Sabor y Encanto a tu Alcance” PASTELERÍA SECRETOS IDEA: Esta aplicación se generó gracias a la idea de poder facilitar a la empresa una atención practica al cliente. Ya que ahora la sociedad hace más uso de los teléfonos móvil. Y de esta manera resulta más fácil hacer pedidos y revisar el menú de la pastelería desde la comodidad del celular. INTRODUCCION: Pastelería secretos, es una empresa ya con 15 años en el mercado y sus servicios son realmente buenos. Con años de experiencia Pastelería Secretos brinda al cliente pasteles de una gran calidad. Con las nuevas tecnologías y generaciones de los últimos años la sociedad hace más tedioso estar revisando menús y haciendo pedidos desde sus teléfonos estacionarios, por eso nuestro trabajo es facilitar la manera en la compra de los clientes.
  • 2. JUSTIFICACION: o Descripción del problema. El problema consistia en cosas simples pero esto a su vez ocacionaba perdida para pasteleria secretos ya que algunos pedidos se realizaban mal o no omo el cliente los pedia debido a que h¿eran muchos y los trabajadores aveces confundian los pedidos. o Objetivo General ¿Por qué se hace? El principal objetivo al ir a la empresa es solucionar el problema ya planteado, y en general era buscar y proponer una forma sencilla y practica para realizar pedidos y consultar el menu. SOLUCION DEL PROBLEMA: Nuestra aplicación para Pastelería Secretos facilita el trabajo del personal, ahora los empleados desde la computadora revisan los pedidos del cliente. Ya que los problemas surgieron a partir de que algunos empleados no atendían al 100% el teléfono y los pedidos no se hacían bien, puesto que varios empleados realizaban pedidos equivocados. El cliente con esta aplicación donde quiera que se encuentre podrá hacer sus pedidos y revisar el menú cuando quiera y necesite, al igual que los empleadosrevisar su trabajo sin errores desde la computadora. METODOLOGIA: Esta aplicación primeramente se genero al buscar una idea, y en un cuaderno se anoto la forma y estructura para crear la aplicación a pasteleria secretos. Posteriormente con ayuda de nuestro programa eclipse ,el conocimiento adquirido en el semestre y un poco de ayuda profesional la aplicación se genero. Esta aplicación consta de tres botones: MENU. PEDIDO y SALIDA
  • 3. CODIGO: package com.example.botoncitos; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; public class Pedidos extends Activity{ Button botonsote, botoncito; EditText pedido; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.pedidos); pedido = (EditText) findViewById(R.id.editPedido); botonsote = (Button) findViewById(R.id.bPedidos); botonsote.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { pedido.setText(""); Context context = getApplicationContext(); int duration = Toast.LENGTH_SHORT;
  • 4. CharSequence txt = "Su pedido se realizó exitosamente"; Toast toast = Toast.makeText(context, txt, duration); toast.show(); } }); botoncito = (Button) findViewById(R.id.bAtras); botoncito.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { finish(); } }); } @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle action bar item clicks here. The action bar will // automatically handle clicks on the Home/Up button, so long // as you specify a parent activity in AndroidManifest.xml. int id = item.getItemId(); if (id == R.id.action_settings) { return true; } return super.onOptionsItemSelected(item);
  • 5. } } package com.example.botoncitos; //import com.example.touchnumbers.Finish; //import com.example.touchnumbers.R; import android.app.Activity; import android.content.Intent; import android.graphics.Color; //import android.media.MediaPlayer; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; public class Secretos extends Activity { Button bMenu, bPedido, bSalir; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); bMenu = (Button) findViewById(R.id.button3); bPedido = (Button) findViewById(R.id.button2); bSalir = (Button) findViewById(R.id.button1); bMenu.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { if(bMenu.isPressed()){ goMenu();
  • 6. } } }); bPedido.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { if(bPedido.isPressed()){ goPedidos(); } } }); bSalir.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { if(bSalir.isPressed()){ finish(); } } }); } public void goMenu(){ Intent i = new Intent(this, Tabs.class); startActivity(i); } public void goPedidos(){ Intent i2 = new Intent(this, Pedidos.class); startActivity(i2); } @Override public boolean onCreateOptionsMenu(Menu menu) {
  • 7. // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle action bar item clicks here. The action bar will // automatically handle clicks on the Home/Up button, so long // as you specify a parent activity in AndroidManifest.xml. int id = item.getItemId(); if (id == R.id.action_settings) { return true; } return super.onOptionsItemSelected(item); } } CUESTIONARIO DE ESTUDIO DE MERCADO: 1.-¿Crees que el logotipo es bueno? R= SI NO TALVEZ 2.-¿Te parece interesante la aplicación? R= SI NO TALVEZ 3.-¿Descargarias la aplicación? R= SI NO TALVEZ 4.-¿Crees que la aplicación resuelva el problema? R= SI NO TALVEZ 5.-¿Crees que la aplicación podria mejorar? R= SI NO TALVEZ 6.-¿Te gusta el diseño de la aplicación? R= SI NO TALVEZ 7.-¿Crees que el logotipo es apropiado? R= SI NO TALVEZ 8.-¿La aplicación ayudara al cliente?
  • 8. R= SI NO TALVEZ 9.-¿La letra de la aplicación es atractiva? R= SI NO TALVEZ 10.-¿En general crees que la idea es buena? R= SI NO TALVEZ RESULTADO DE LA ENCUESTA: La encuesta se realizo a 20 personas 1.-SI 17 NO 1 TALVEZ 2 2.- SI 15 NO 2 TALVEZ 3 3.- SI 18 NO 2 TALVEZ 0 4.- SI 15 NO 0 TALVEZ 5 5.- SI 11 NO 2 TALVEZ 7 6.- SI 11 NO 2 TALVEZ 7 7.- SI 14 NO 3 TALVEZ 3 8.- SI 17 NO 1 TALVEZ 2 9.- SI 16 NO 3 TALVEZ 6 10.- SI 11 NO 4 TALVEZ 5
  • 9. GRAFICA DE RESULTADOS: CONCLUSION: En conclusión este proyecto final fue para poner a prueba conocimientos y darnos una idea de cómo poder trabajar ya en vida real cuando un cliente pone las reglas para la creación de un programa. 0 5 10 15 20 1 2 3 4 5 6 7 8 9 10 TALVEZ NO SI
  • 10. El equipo trabajo de buena forma y todos estuvimos de acuerdo al realizar el programa.