Android Application connected with a RESTful API which offers flexible eCommerce platform features.
Demo of this application can be seen in this projects implementation: https://dev.to/bywaleed/foodrocket-5do8
- OAuth Authentication through RESTful API
- Dynamically fetch and display items & offers from API
- Add items to cart
- Cart checkout to place order
- Automatic WhatsApp notification through API
- Android Studio 3.6+
- Android API 27+
This application works well with the already created API, but other API maybe used after API fetch methods and url endpoints are updated accordingly.
After the above requirements have been met:
- Clone this repository and
cd
into it
git clone https://github.com/iKreateCode/FoodRocket.git
cd FoodRocket
- Open Android Studio (terminal or GUI can be used)
./studio.sh
-
File > New > Import Project and select the downloaded/cloned folder.
-
Wait for gradle to sync and build app (click on green hammer or use Shift + F10).
That's it!