Grub is a full-featured UberEats clone app template in Java/Kotlin for Android, iOS, Desktop & Web. It helps to build an elaborate cross-platform food delivery app such as UberEats, Foodpanda, GrubHub etc using the new CodeRad tools.
This app was designed as a proof of concept for the CodeRAD library, which facilitates the development of rich, reusable UI components for Codename One. It contains everything you should need to build a rich and reusable app with the Rapid application development principles.
- Light/Dark mode
- Onboarding screens
- Register & Sign In
- Location
- Search
- Filters
- Restaurant Categories
- Cart - Add to Cart
- Promo Code
- Payments - Credit Cards Management
- Favourites
- Order Tracking
- Profile
- Optimized for both iOS and Android
- Fully customizable codebase
- Highly-modularized code
Welcome | Sign in | Onboarding | Location |
---|---|---|---|
Home | Restaurants List | Restaurant Page | Order |
---|---|---|---|
Filter | Favorites | Add Card | Order Placed |
---|---|---|---|
Order Processing | Order Cancelled | Profile |
---|---|---|
Watch this quick video to see how easy it is to run and make changes on the fly to the code.
Apache 2.0
- Download Android demo app.
NOTE: The app is not connected to any backend server and all the logic is just for the visual effect. Although the app can be easly connected to any server. MVC is separated correctly to make wiring easier.
From CLI:
mvn install
Or open in your favorite IDE that supports maven (Idea, VSCode, Eclipse, NetBeans etc.).
- Created by Sergey Gerashenko, Codename One