Android Developmen

Post on 29-Nov-2021

1 views 0 download

Transcript of Android Developmen

Android Development

Time Clock App for Android

By: Chase Steinmann

Problem

  Currently Using Google Docs -  Slower -  Inefficient -  Difficult to clock in and out on the go

Solution

  CITC Time Clock App -  Quicker -  Efficient -  From anywhere -  Automatic

Tools

  Eclispse 32bit   Java SDK   Android Development Kit

Languages Involved

  Java   Xml – used in creating graphical interface

for the Android App   Php/mysql – used for the services on the

server

Creation Allows you to chose

target Android Build.

AndroidManifest

Main App Graphical Interface

Strategy   Three Buttons

-  Clock In -  Clock Out -  Edit Preferences

Preferences Graphical Interface

Peferences   Time Clock User

-  Contains the Name of the employee

  ClockIn Address -  Contains the address

of the clock in service on the server

  ClockOut Address -  Contains the address

of the clock out service on the server

Runs when ClockIn Button Is Clicked

ClockIn Service on Server

Runs when ClockOut Button is Clicked

ClockOut Service on Server

Demonstration