Online Attendance – Android Source Code

Overview

This is an application for employee attendance. Track your employees attendance online and save your employee’s data to firebase.

To use this application you have to first register your company and after than you have to create admin account which is responsible to perform below task.

Admin can do below task :
1)Add / Edit / Delete employees.
2)View list of added employees.
3)Mark employees attendance.
4)View monthly attendance report of employees.
5)View today’s present employees along with their IN/OUT time.
6)Calculate employee salary.

Employee can do below task :
1)View monthly attendance report.

Note that here only admin can mark their registered employees attendance. Employees are not allow to mark their own attendance. Employee can simply view their attendance reports.

Demo Link : Click here

Features

  • Intuitive and easy to use user interface.
  • Firebase phone sign in auth.
  • Firebase realtime database and storage.
  • Add / Edit / Delete employee.
  • Registered employees list.
  • Mark employee attendance.
  • Monthly attendance report in calendar view.
  • View today’s present employees in list.
  • Export employee attendances to CSV.
  • Check your employee attendance late or on time every day.
  • Popup for new application update. 
  • Settings with Feedback, Share Apps and Rate Us.
  • Admob Integrated [Interstitial / Banner].
  • Source code use Android proguard that protect from decompile app.
  • Target SDK 28- support newest android version 9.0. Support android version from 5.0 to 9.0 and newer.
  • Admob integration.
  • Tested run well on various android devices.
  • Stable source code.
  • Easy To Reskin no extra coding is required.

Requirements

  • Android Studio 3.4.0 or above.
  • SDK version 5.0 to Latest.
  • Gradle : 5.1.1

Instructions

Test Credentials 

  • Company Code : GABS 
  • Admin User : +91 7778877788 
  • Employee : +91 7771234560 

Support : 

For any query you can contact me through below : 
Email : [email protected] 
Skype : live:.cid.63b2ea239d7299a3 


Follow documentation file exist inside Source Code.zip file step by step to understand application flow and setup process.

Related