Android Open Source - Development wifi TimeRecordingApp






Project Summary

Simple Android app to record check-in/check-out times based on wifi connection/disconnection.

Web Site / Source Repository

TimeRecordingApp is hosted in the following web site
https://github.com/marcelolima/TimeRecordingApp

If you think the Android project TimeRecordingApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of TimeRecordingApp.

ItemValue
Java File Count11
Target SDK Version18
Minimum SDK Version8
Activity Count5
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE




Java Source Files

TimeRecordingApp has the following Java source files.

com.myapp.broadcastreceiver.WifiReceiver.java
com.myapp.model.DataBaseHandler.java
com.myapp.timerecordingapp.MainActivity.java
com.myapp.timerecordingapp.NewTaskActivity.java
com.myapp.timerecordingapp.SelectWifiActivity.java
com.myapp.timerecordingapp.ShowTasksActivity.java
com.myapp.timerecordingapp.TaskDetailsActivity.java
com.myapp.util.Record.java
com.myapp.util.Task.java
com.myapp.util.Wifi.java