Code Monkey home page Code Monkey logo

mobilefingerprint's Introduction

Mobile Fingerprint

An Android Application built to capture Fingerprint to record Attendance data of Employee. This repository have yet fully merged with the original project repository due to confidential project limited to the company I work at. Please kindly contact me thru my email at [email protected] if you feel interested to discuss about a project similar to this project

Features & Notes

  • Capture fingerprint data to record attendance of employee
  • Location capture on record attendance
  • Enroll employee fingerprints
  • Store fingerprint and attendance data to local database (SQLite) and server
  • Custom Sync Adapter to automatically send data to server if any changes occured in local database and network available
  • FCM library to get Firebase service to notify if any changes occured in server
  • Volley library to handle HTTP Request
  • Show employees list using Recycler View and Card View
  • Smooth load animation and caching image using Glide
  • Image shown in circle view using Circle Image View
  • Simple device permission request using Dexter

Project Specification

  • Huifan device (Fingerprint programmable device)
  • Works with company application as server to handle HTTP request (send attendance and get employee data)

Tech Stack

  • Java Language
  • Android SDK Version : 28
  • Huifan Fingerprint SDK
  • Location listener library. Implement following code to app build.gradle
implementation 'com.google.android.gms:play-services-location:16.0.0'
  • FCM library
implementation 'com.google.firebase:firebase-messaging:17.3.4'
  • Volley library
implementation 'com.android.volley:volley:1.1.1'
  • Android UI View : Card View, RecyclerView
implementation 'com.android.support:recyclerview-v7:26.0.0-alpha1'
implementation 'com.android.support:cardview-v7:26.0.0-alpha1'
  • Glide
implementation 'com.github.bumptech.glide:glide:3.7.0'
  • Circle Image View
implementation 'de.hdodenhof:circleimageview:2.2.0'
  • Dexter
implementation 'com.karumi:dexter:5.0.0'
  • Jebrains Annotation to give more readable code
implementation 'org.jetbrains:annotations-java5:15.0'

Application Screenshot

mobilefingerprint's People

Contributors

putragraha avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.