DevSoc Project
The BOOK MY BOOK app is basic app which enable book enthusiasts to
buy and re-sell their books.
User can Log-in into the app either via email authentication or google
sign-in feature. The first screen has a list of books uploaded by other
users, if interested the book can bought and the address is shared with
the seller. The second screen enables one to upload a book to sell, or
simply as a recommendation (By setting quantity eqaul to 0). The third
screen has a record of all the bought and sold books along with other
necessary details. Users can change their address and contact details
via settings.
Apart from being comfortable Recycler Views and Firebase we also got
to know about Lottie animations, and as this was our first big project,
we uderstood the importance of Classes and objects. Making specific methods
for every task and reusing it again and again helped us make the app uniform.
We learnt about custom view items and about various other dependencies our app
used. We spent the first few days searching and surfing the internet for ideas,
this gave us a roadmap and tried building our app on that.