-
Notifications
You must be signed in to change notification settings - Fork 1
Work Cited
Andrew Li edited this page Apr 9, 2021
·
1 revision
- Code from https://www.callicoder.com/distributed-unique-id-sequence-number-generator/ by Rajeev Singh (https://www.callicoder.com/about/)
- Code from first answer in https://stackoverflow.com/questions/8674990/return-value-from-listener/8675243#8675243 by MH (https://stackoverflow.com/users/1029225/mh) and BenMorel
- Code from https://www.androidauthority.com/how-to-store-data-locally-in-android-app-717190/ by Obaro Ogbo (https://www.androidauthority.com/author/obaroogbo/)
- Code from first answer of https://stackoverflow.com/questions/53378868/firestore-firebase-android-search-and-update-query/53379134#53379134 by Alex Mamo
- No clicking code from https://stackoverflow.com/questions/30425786/how-to-click-views-behind-a-toolbar/62691616#62691616 by akshat tailang
- Missing constructor from first answer in https://stackoverflow.com/questions/9054894/custom-surfaceview-causing-nosuchmethodexception by Rotemmiz
- Follow tutorial for code scanner from https://www.youtube.com/watch?v=drH63NpSWyk by Code Palace
- Regex for email https://stackoverflow.com/questions/8204680/java-regex-email second answer by Jason Buberel: https://stackoverflow.com/users/202275/jason-buberel
- Dynamic lists from https://developer.android.com/guide/topics/ui/layout/recyclerview by Android dev team: https://developer.android.com/
- Smooth scrolling from https://proandroiddev.com/the-little-secret-of-android-animatelayoutchanges-e4caab2fddec by Benjamin Monjoie
- Code on custom info from https://stackoverflow.com/a/13904784/12471420 by CommonsWare
- Map icon from https://stackoverflow.com/a/45564994/12471420 by Leo Droidcoder
- Map stuff from https://developers.google.com/maps/documentation/android-sdk/start by Google Map devs: https://developers.google.com/maps
- Making a chart from https://medium.com/@neerajmoudgil/candlestick-chart-using-philjay-mpandroidchart-library-how-to-bf657ddf3a28 by Neeraj Moudgil
- On using MpAndroid https://weeklycoding.com/mpandroidchart-documentation/setting-data/ by weeklycoding.com: https://weeklycoding.com/
- Saving a bitmap image from https://stackoverflow.com/a/63777157/12471420 by Arjun saini
- Getting the most recent fragment: https://stackoverflow.com/questions/5901298/how-to-get-a-fragment-to-remove-itself-i-e-its-equivalent-of-finish/57013964#57013964 by Gastón Saillén
- Saving json from https://stackoverflow.com/questions/7145606/how-do-you-save-store-objects-in-sharedpreferences-on-android/18463758#18463758 by Muhammad Aamir Ali and Ben
- Permissions made easy with https://codinginflow.com/tutorials/android/easypermissions by codinginflow.com
- Getting latitude and longitude from https://howtodoandroid.medium.com/how-to-get-current-latitude-and-longitude-in-android-example-35437a51052a by Velmurugan Murugesan
-
code-scanner by Yuriy Budiyev under MIT
- Dependency: zxing by zxing under Apache-2.0 License
-
MPAndroidChart by PhilJay underApache-2.0 License
-
QRGenerator by androidmads under MIT
Click on the Pages to navigate.