specializationThesis
JPDROID: JAVA persistence for Android
Fecha
2014-10-02Registro en:
CENTENARO, Rafael. JPDROID: JAVA persistence for ANDROID. 2014. 51 f. Trabalho de Conclusão de Curso (Especialização em Desenvolvimento de Sistemas para Internet e Dispositivos Móveis) – Universidade Tecnológica Federal do Paraná, Francisco Beltrão, 2014.
Autor
Centenaro, Rafael
Resumen
The evolution of mobile devices and their computing capabilities allow the development of complex applications that often require a mechanism for data persistence. Being an emerging area there are few options for data persistence frameworks applicable to Android platform. The objective of this work is to develop an object relational mapping framework that is capable of performing data persistence operations, thus allowing the developer to stick more to the development of the application. As a result we developed a framework that performs persistence operations on SQLite database. Differentiating itself from other existing frameworks for simplicity in use and export and import data functionality.