Learnings from Building Project
- shusrushabezugam
- Apr 24, 2019
- 1 min read
In this project, I have tried to integrate concepts from all courses taken by me in my Master's.
I learned and implemented Java as well as object oriented programming concepts from Object Oriented Programming and Designing Course.
I used NoSQL Document structure (Firebase) realtime database. I learned it from my Database Systems Course.
I used gradle build in my android studio. I got to learn about setting classpaths, importing dependencies and structuring code based on maven build automation tool learned from Software Studio Course .
I learned, explored and included big data concepts in my project (Firebase ML Kit). Learned about managing large amount of data from Big Data Course.
Other than my course work, I have learned android programming and tried to incorporate all the concepts in this project and learned many new experiences with lots of errors in the project. Learned to improvise the code from the mistakes made earlier.
Comments