Skip to content

Glossary and Information Sources

Pineapple0111 edited this page Mar 13, 2020 · 6 revisions

Glossary and Information Sources

LICENSE

Glossary

Term Definition
Rider a user of the app whose intention is to use the app to hire a driver
Driver a user of the app whose intention is to use the app to be hired by a rider
Request a job created by a rider that can be accepted by a driver, but have yet to be accepted by a driver
Ride a job created by a rider that has already been accepted by a driver
QR Buck a digital currency used to exchange service for the users of this app
Order a request made by a user

Information Sources

Title: DataParser Helper function
Author: Vishal
Date: 10/20/2018
Availability: https://github.com/Vysh01/android-maps-directions/blob/master/app/src/main/java/com/thecodecity/mapsdirection/directionhelpers/DataParser.java

Title: FetchURL Helper function
Author: Vishal
Date: 10/20/2018
Availability: https://github.com/Vysh01/android-maps-directions/blob/master/app/src/main/java/com/thecodecity/mapsdirection/directionhelpers/FetchURL.java

Title: Checking if a document exists in a Firestore collection
Author: Yuqian Cao, Alex Mamo
Date: 2020/03/02
Code version: N/A
Availability: https://stackoverflow.com/questions/53332471/checking-if-a-document-exists-in-a-firestore-collection/53335711

Title: Order class
Author: Junqi Zou, Lyuyang Wang
Date: 2020/03/07
Last edited: 2020/03/12
Availability: https://stackoverflow.com/questions/53332471/checking-if-a-document-exists-in-a-firestore-collection/53335711

Title: PointsParser Helper function
Author: Vishal
Date: 10/20/2018
Availability: https://github.com/Vysh01/android-maps-directions/blob/master/app/src/main/java/com/thecodecity/mapsdirection/directionhelpers/PointsParser.java

Title: How to Read QR Code Android Using Zxing Library
Author: Yuqian Cao, Space-O Technologies
Date: 2020/03/10
Code version: N/A
Availability: https://www.spaceotechnologies.com/qr-code-android-using-zxing-library/

Title: Add the marker for autocomplete search
Author: Junyao Cui
Date: 2020/03/07
Code version: 2.1
Availability: https://stackoom.com/question/2Zl7c/%E5%9C%A8%E8%87%AA%E5%8A%A8%E5%AE%8C%E6%88%90%E6%90%9C%E7%B4%A2%E4%BD%8D%E7%BD%AE%E8%AE%BE%E7%BD%AE%E6%A0%87%E8%AE%B0

Title: Android tutorial: How to get directions between 2 points using Google Map API
Author: Junyao Cui, Vishal
Date: 2020/03/13
Availability: https://www.youtube.com/watch?v=jg1urt3FGCY

Title: Java Secure Hashing – MD5, SHA256, SHA512, PBKDF2, BCrypt, SCrypt
Author: Yuqian Cao, Lokesh Gupta | Java Security
Date: 2020/03/02
Code version: N/A
Availability: https://howtodoinjava.com/security/how-to-generate-secure-password-hash-md5-sha-pbkdf2-bcrypt-examples/

Title: Convert a string representation of a hex dump to a byte array using Java?
Author: Yuqian Cao, Dave L.
Date: 2020/03/02
Code version: N/A
Availability: https://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java

Title: Clear the app data programmatically in android
Author: Yuqian Cao, Vignaraj from Madurai, TN India
Date: 2020/03/05
Code version: N/A
Availability: http://www.indappz.com/2014/12/clear-app-data-programmatically-in.html

Title: FetchURL Helper function
Author: Vishal
Date: 10/20/2018
Availability: https://github.com/Vysh01/android-maps-directions/blob/master/app/src/main/java/com/thecodecity/mapsdirection/directionhelpers/TaskLoadedCallback.java

Clone this wiki locally