Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Hudson Henrique Lopes
Título: Aplicativo para rastreamento e acompanhamento da coleta de lixo nos municípios - RACL
 
Abstract:
This work presents the development of a client application for the Android platform, in order to enable tracking and monitoring of garbage collections. The application consumes information such as the logs of the tracking devices and the collection routes through web service, in addition to receiving the shared geolocation of collecting devices. It is necessary to have a server computer supporting management and sending information. The registries allow you to define which routes will appear on the map generated for the application by Google Maps API, and which devices share their geolocations at the time the collections occur. This sharing occurs by sending the position of the device through the web service to the helper server, which makes available to the other devices requesting such information. The application was developed in JAVA through the IDE Android Studio, and consists of both the geolocation sharing of the collection device and the receipt of this location and visualization of the routes defined for the map. In addition, an auxiliary web module was developed for a realization of the registrations and also created the web services that perform communication of this module and the application to the application server.