Food Delivery – Android Source Code

Overview

Food Delivery is an application made 100% in Android. The app is easy to use and Android ready. 

h3FDkiJ.png

Main Products Page

Explore the list of all food items with the option to add them in your cart by simply selecting one item.

Create your desired food item

Create your personal pizza by adding all the ingredients that you want and selecting the size and type.

Slide Menu

Easily accessible menu where you can open your Order History so you can order faster from a past order, change your Settings and see the Privacy Policy for the application.

Checkout View

Checkout your products with multiple paying options and save your details for a next delivery. 

Additional Information

You will need to change that raw/json file or even better parse a remote JSON file that you would generate from your own backend/server. It’s important to make sure that you have the array mapped to work with the app or modify the app to work with your own desired structured based on your backend. Please refer to the documentation for more details.

We’ve added Stripe, so you can process payments for the application with client’s Credit cards. Also, we’ve added PayPal as an alternative payment method.

Features

  • Stripe
    • We integrated Stripe so you won’t have to worry about card validations.
  • PayPal
    • We added PayPal as a payment method. It’s up to you if you want it in your application.
  • Easy integration
  • Full documentation
  • Side Menu
  • Settings Menu

Instructions

In order to install the app on a physical Android OS running device you will need to locate and decompress the Apk.zip file from the base package, connect an Android device ( API 19 or higher ) to your computer, and drag the DeliveryAndroid.apk file to the device’s storage.

Once you have added the file to the mobile device internal storage, using the device, navigate to the location where you have previously copied the APK file and click Delivery. You will be prompted with an installation button, and after clicking it, a message that the file comes from potentially harmful sources might appear because the .apk is not downloaded from the Google Play app. In order to continue with the installation, you will have to approve with the installation and let the device install the app. This should take around 3-5 minutes, based on the device used.

Related