You are on page 1of 1

UNIVERSIDAD NACIONAL DE SAN AGUSTÍN

ESCUELA PROFESIONAL DE TECNOLOGIA DE LA INFORMACION

LABORATORIO DE DESARROLLO AVANZADO NUEVAS PLATAFORMAS


Profesor: Mg. Ernesto Suarez Fecha: 23/05/2018

LAB #07:
Requerimientos de Información

 Tiempo estimado para completar este laboratorio: 90 minutos

COMPETENCIA
Conocer nuevas plataformas de desarrollo que permitan afrontar la implementación de software para
tecnologías recientes.

PREREQUISITOS
 Ninguno

CONCEPTOS FUNDAMENTALES
Networking API Android

https://developer.android.com/training/basics/network-ops/connecting.html
https://viblo.asia/p/creating-custom-listeners-maGK78JLZj2

ACTIVITIES
1. Implement an application that consume a web service that might be SOAP or REST based
service. The application has to read the data from the web service and then present on an
activity the data. In addition, the application has to write data on the web service. The
application must use AsynTask, Listener, and HttpsURLConnection/
HttpURLConnection.

You might also like