Inspiration
The inspiration came from a brain storming session with the prevalent use of QR codes in society today!
What is it?
The app generates one QR code from three different strings. This occurs by encoding each string in a separate color from the CMYK (Cyan, Magenta, Yellow) color model. The three generated QR codes (Cyan, Magenta, Yellow) are then layered on top of each other to form one colorful QR code.
In order to scan all the data on the color QR code, when a picture is taken we then separate the image and have them decoded one at a time.
How we built it
We built a mobile application with Java using Android Studio and took advantage of the Google Cloud Platform to implement the Firebase development platform. Firebase provided powerful machine learning algorithms to decode the pictures of QR codes taken by the camera of the mobile phone. The open source library ZXing (zebra crossing) was used to encode strings into QR codes.
Challenges we ran into
Understanding how the bitmap object works in order to properly manipulate the data. Properly using Intents and layouts in Android Studio to display the desired QR codes to the user.
Accomplishments that we're proud of
Being able to come together as a team and fulfill the project duties within the given time frame, and able to add extra features and properly implement them. And to be patient with each other! (Although not always patient ^_^)
What we learned
How to coordinate with a team using a version control system. How to take advantage of UI features in Android Studio. To not be afraid to change the tools early on in a project. How to take feedback from teammates and have confidence in our abilities!
What's next for QubeR
Adaptation to different use cases, such as x,y,z coordinates in one QR-code, multiple social media accounts for a single QR code, SVG and xml data encoded directly into QR-code, and many more ideas yet to be thought of!
Log in or sign up for Devpost to join the conversation.