• Stars
    star
    1
  • Language
    Java
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This E-commerce application is developed using Volley, MySql, and Material Design Pattern. It provides features like showing all the available products in the database, insert new products (image is converted to byte array and store in MySQL), add a product to cart, and buy products directly without adding to the cart. After a user tries to buy a product, it will show a confirmation message using the bottom navigation view to show the user the product image, name, price, description, and the number of orders the user chose. It also provides search by category using spinner and searches by a search view and much more. In layout it has a beautiful Collapsing toolbar that provides an interface for search by category, a cart icon with a number on top of and a search view, it is collapsed when a scroll down to view products and is expand when the user goes up in the main activity, It uses snack bar to show the user a message and much more... It is still in progress, I am working on it...