• Android data binding for linking data to UI.
• Animation the following components
a. Floating Action button
b. Shopping Cart
c. Fragment Transition
• Handled Configuration changes for Orientation in screen layout.
• Used Retrofit for handling REST requests.
• Feature to “Share” a product with a nearby friends who can see the product it he has the application running on their phone.
• Used Picasso library for fetching images over the network.
##Design Patterns Used-
• SingleTon Design Pattern
• MVC