Browse Source

-add readme.md

ilhamitubagoes 4 years ago
parent
commit
f91e99e5b2
1 changed files with 41 additions and 0 deletions
  1. 41 0
      README.md

+ 41 - 0
README.md

@@ -0,0 +1,41 @@
1
+Entry Permit Scanner
2
+=====================
3
+
4
+HSE Automation Gunreader RFID Scanner Android Application for PT. Berau Coal's Project.
5
+
6
+## Getting Start
7
+
8
+The security guard will scan the identity card, and the app will read the ID number which later to get information the employee is allowed to enter the office or not.
9
+Build with Java Languange
10
+You can open this project with Android Studio
11
+
12
+## Prerequisites
13
+
14
+What things you need to install the software and install them :
15
+
16
+* Java 8
17
+* Gradle
18
+
19
+## Installing
20
+
21
+Create first folder repo, then clone project
22
+
23
+```sh
24
+$ cd Workspace/android/
25
+$ git clone http://repo.fusi24.com:3000/ilhamitubagoes/rfid_gun.git
26
+```
27
+
28
+## Built With
29
+
30
+* Android Support libraries
31
+* [Retrofit 2](http://square.github.io/retrofit/) - For Networking
32
+* [RxJava](https://github.com/ReactiveX/RxJava) and [RxAndroid](https://github.com/ReactiveX/RxAndroid) - Better coding
33
+* [Butterknife](https://github.com/JakeWharton/butterknife) - Used to View Injection
34
+* [Timber](https://github.com/JakeWharton/timber) - For better logging
35
+* [Glide](https://github.com/bumptech/glide) - Image Processing
36
+
37
+## Authors
38
+
39
+* [Medisa Aris](http://repo.fusi24.com:3000/medisa.aris)
40
+* [Ilham Bagoes](http://repo.fusi24.com:3000/ilhamitubagoes)
41
+