ArnauAregall / EmployeeSQLiteAndroidApp

Android Demo App that interacts with SQLite data. Created it for a class exercise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmployeeSQLiteAndroidApp


Android Demo Application that interacts with internal SQLite database.

Application created for a classroom exercise for the Technic Engineering in Cross-Platform Software Development.

  • Android SDK Version = 8 (Android 2.2 "Froyo")
  • Android Target SDK Version = 17 (Android 4.2 "Jelly Bean")

Version Tags

  • v1.0 - Added Javadoc, translated to English most of the application source.
  • v1.1 - Shows Employees information from an SQLite database in a custom list.
  • v1.2 - Available to see Employee details in a new view by clicking on each list item. Available to remove them with a long click on each.
  • v1.3 - Available to add Employee registers into a SQLite database.
  • v1.4 - Available to modify Employee registers from the SQLite database. Whole CRUD over Employee's SQLite table is implemented.
    • v.1.4.1 - Replaced the remove confirmation dialog for a nicer context menu that also allows updating the Employee.

Created by Arnau Aregall (@ArnauAregall)

Barcelona, 02.06.2013

About

Android Demo App that interacts with SQLite data. Created it for a class exercise.


Languages

Language:Java 100.0%