kareem983 / Grocery-Shopping-System-App

Full android Grocery Shopping System App. It consist of Admin and users: (Using online Firebase Database) Admin can login to the system. He also can to Add, Edit, Delete an Existence category/s or create new category (Category name, Category cost, available Category amount, Expiry date) Users can to register or login to the system the system shows the existence categories (fruits, meats, Vegetables, etc...) the user can search about product and know product info (cost, available amount, Expiry date) the user also can to make an order by giving the system (Destination, product name, product amount) the delivery task is deliver this product to the user in selected time
Apache License 2.0
69 stars 34 forks source link

Documentation #1

Closed vsnain closed 3 years ago

vsnain commented 3 years ago

It would be great if you could add some documentation about how the whole app works, how to connect it to backend and create or delete admins.

vsnain commented 3 years ago

I added 2 products through the admin interface, but when i login using a normal user, it gives me an error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at com.alpha.groceryshoppingsystem.Adapters.GridproductAdapter.getView(GridproductAdapter.java:64)

Please provide some documentation regarding the functioning of the app.

kareem983 commented 3 years ago

Because I actually locked the database access. So anyone can't make any changes in the data.

On Mon, Nov 2, 2020, 7:19 AM singhatalpha notifications@github.com wrote:

I added 2 products through the admin interface, but when i login using a normal user, it gives me an error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at com.alpha.groceryshoppingsystem.Adapters.GridproductAdapter.getView(GridproductAdapter.java:64)

Please provide some documentation regarding the functioning of the app.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kareem983/Grocery-Shopping-System-App/issues/1#issuecomment-720241844, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRGO5G3ECSCBFXR3KI7YSDSNY6OVANCNFSM4TG7QXFA .

kareem983 commented 3 years ago

It would be great if you could add some documentation about how the whole app works, how to connect it to backend and create or delete admins.

okay Soon we will upgrade new version with new features including Documentation

kareem983 commented 3 years ago

It would be great if you could add some documentation about how the whole app works, how to connect it to backend and create or delete admins.

okay Soon we will upgrade new version with new features including Documentation