-
We spend our daily time more on the internet for work, study, marketing, business, learning, and entertainment. Now all these commercial and social activities are connected to the internet. And without eCommerce the world around the internet is impossible and it will scare you to imagine. That’s why eCommerce is important in our daily life.
-
Our mobile application provides a lot of features helping people to get in touch with many products
- First Download Android studio .
- Make sure you have Google account.
- Make project on firebase.
1 - First of all you need google-services.json. Create a Firebase project in the Firebase console, if you don't already have one. Go to your project and click ‘Add Firebase to your Android app’. Follow the setup steps. At the end, you'll download a google-services.json file which you should add to your project.
2 - Setup realtime database. In firebase console go to DEVELOP->Database-> Get Started -> choose tab ‘RULES’ and paste this:
{
"rules":
{
".read": "true",
".write": "true"
}
}
3 - If you haven't yet specified your app's SHA-1 fingerprint, do so from the Setting page of the Firebase console. See Authenticating Your Client for details on how to get your app's SHA-1 fingerprint.
-
our app was built in one activity and alot of fragments.
-
this is our main class
Welcome screen
Login and Register
The Home Screen shows all products ..
The menu screen shows all features ..
The Cart screen shows all selected product ..
The Cart screen shows all selected product ..
The search screen allow users to search for specific product ..