Code

Discussion on Yummy Restaurant

Discussion on Yummy Restaurant

Cart 13 sales

50 comments found.

Cash on delivery crash..but the question How works the delivery option?

Hello,

We didn’t get your question. Would you clarify please?

Thank you

Hi, I want to buy your product. I have a question, I want to set the app with the currency of my country. Can I do that? I have technical knowledge on the android side.

Hello,

Thanks for showing interest in our product.

Currently, changing currency isn’t available in the project. We will add this functionality in the future version of the app.

Thank You

Hi, I bought this app but now I am having an error, I hope you will get back to me soon, thanks! “org.gradle.api.internal.tasks.DefaultTaskContainer$DuplicateTaskException: Cannot add task ‘wrapper’ as a task with that name already exists.”

Hello,

Thank you for buying the project. Please share the error message with us. We are unable to solve your issue without the error message.

Thank you

It is not error . I didn’t switch to utf-8 when I entered data . Sorry to bother you

Hello

We are here for your help. If you face any issue in future please let’s us know.

Thank You

Pre Sales Questions: 1- Does it support only 1 restaurant with 2 branches? 2- Does it support multi language and RTL?

Hello, Thank you for showing interest in our project.

1. This project supports one branch for one restaurant. There is an admin panel where admin can add/edit/delete the restaurant menu/category and much more. 2. For another language, there is a string file that contains all the sentences, named string.xml file. You have to translate those sentences into your desired language, and put the translated data from the admin panel. this is how you can translate the app.

Thank you

can you custom app ?

Hello

Yes, we can. Please send your requirement to mithu@w3engineers.com. We will get back to you with feedback.

Thank You

The app interface is very nice. Is it possible to turn it into a multi restaurant system on the interface. I need it. Please reply. Thanks.

Hello,

Currently, this app doesn’t support the multi-restaurant system. But thanks for your feedback. Hopefully, in future we will add this feature.

Thank You.

cash on delivery crash.. and can pay on € ?

Hello,

Sorry for the issue. We will solve the issue as soon as possible.

Thank You

Can waiter take order table wise?

Hello,

Yummy Restaurant is a complete restaurant app to manage your restaurant. Using an admin web interface. Using admin panel you can add new foods, new categories, remove foods from a list, manage users etc. The customer can order food, give a review for any food item using this app.

Thank You

in app when I click cash on delivery , app crashes

Hello,

Thanks for showing interest in our product.

Currently, Cash on delivery functionality isn’t available in the project. We will add this functionality in the future version of the app.

Thank You

Hi Mate, How to Change Currency ?

Hello,

Thanks for showing interest in our product.

Currently, changing currency isn’t available in the project. We will add this functionality in the future version of the app.

Thank You

Hello thank you for last update the problem in FoodItemActivity rsolved in last update , i mean for retrieve data from server and the problem with json but now there is same problem in FoodItemDetailsActivity when I click on any single food item the app crush

java.lang.NullPointerException: Attempt to invoke virtual method ‘java.util.Iterator java.util.ArrayList.iterator()’ on a null object reference at io.wa82bj.syriana.restaurant_app.ui.food_item_details.FoodItemDetailsActivity.setProducts(FoodItemDetailsActivity.java:319) at io.wa82bj.syriana.restaurant_app.ui.food_item_details.FoodItemDetailsActivity.access$800(FoodItemDetailsActivity.java:62)

btw .. i tried your app demo and its same … please help and solve this problem thanks

today I found out that user order has same problem when retrieve data by Json I think you have to fixed all recycler that need data from server thanks

StringRequest stringRequest = new StringRequest(Request.Method.GET, JSON_URL, new Response.Listener<String>() { @Override public void onResponse(String response) {

Type listType = new TypeToken<List<OrderDetail>>() { }.getType(); orderDetailList = new Gson().fromJson(response, listType); ArrayList<OrderDetailObj> orderDetailObjList = uniqueOrderDetail(mapOrderWithDetails(orderDetailList));

if (orderDetailObjList != null) {
        UserOrderAdapter userOrderAdapter = new UserOrderAdapter(orderDetailObjList, UserOrderActivity.this);
        recyclerView.setLayoutManager(new LinearLayoutManager(UserOrderActivity.this));
        recyclerView.setAdapter(userOrderAdapter);
    } else {
        Toast.makeText(UserOrderActivity.this, "No Order Placed", Toast.LENGTH_LONG).show();
    }
}

}, new Response.ErrorListener() { @Override public void onErrorResponse(VolleyError error) { });

}

every metods like this need to change same FoodItem in last Update

Hello,

We are extremely sorry for the issue. Actually, the issue was in the admin panel. We have updated the project in ThemeForest.

Please download the latest version and go to frontend > controllers.

Replace all the old files of this folder with the latest codes.

Thank You.

com.itextpdf.text.pdf.PdfGraphics2D: can’t find superclass or interface java.awt.Graphics2D com.itextpdf.text.pdf.PdfGraphics2D$FakeComponent: can’t find superclass or interface java.awt.Component com.itextpdf.text.pdf.PdfGraphics2D$HyperLinkKey: can’t find superclass or interface java.awt.RenderingHints$Key com.itextpdf.text.pdf.PdfPrinterGraphics2D: can’t find superclass or interface java.awt.print.PrinterGraphics com.itextpdf.text.pdf.internal.PolylineShape: can’t find superclass or interface java.awt.Shape com.itextpdf.text.pdf.internal.PolylineShapeIterator: can’t find superclass or interface java.awt.geom.PathIterator org.bouncycastle.mail.smime.handlers.PKCS7ContentHandler: can’t find superclass or interface javax.activation.DataContentHandler org.bouncycastle.mail.smime.handlers.multipart_signed: can’t find superclass or interface javax.activation.DataContentHandler org.bouncycastle.mail.smime.handlers.x_pkcs7_signature: can’t find superclass or interface javax.activation.DataContentHandler org.bouncycastle.mail.smime.util.FileBackedMimeBodyPart: can’t find superclass or interface javax.mail.internet.MimeBodyPart org.bouncycastle.mail.smime.util.SharedFileInputStream: can’t find superclass or interface javax.mail.internet.SharedInputStream com.itextpdf.text.BaseColor: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.image.BufferedImage com.itextpdf.text.Image: can’t find referenced class java.awt.image.PixelGrabber com.itextpdf.text.Image: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.Image: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.Image: can’t find referenced class java.awt.Image com.itextpdf.text.Image: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.image.BufferedImage com.itextpdf.text.Image: can’t find referenced class java.awt.Image com.itextpdf.text.Image: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.image.PixelGrabber com.itextpdf.text.Image: can’t find referenced class java.awt.Image com.itextpdf.text.Image: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.Image com.itextpdf.text.Image: can’t find referenced class java.awt.Color com.itextpdf.text.Image: can’t find referenced class java.awt.Image com.itextpdf.text.Image: can’t find referenced class java.awt.image.PixelGrabber com.itextpdf.text.Image: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.pdf.AsianFontMapper: can’t find referenced class java.awt.Font com.itextpdf.text.pdf.Barcode: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.Barcode128: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.Barcode39: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeCodabar: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeDatamatrix: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeEAN: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeEANSUPP: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeEANSUPP: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeEANSUPP: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeInter25: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodePDF417: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodePostnet: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.image.MemoryImageSource com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Color com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Canvas com.itextpdf.text.pdf.BarcodeQRCode: can’t find referenced class java.awt.Image com.itextpdf.text.pdf.DefaultFontMapper: can’t find referenced class java.awt.Font com.itextpdf.text.pdf.FontMapper: can’t find referenced class java.awt.Font com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.geom.AffineTransform com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.print.PrinterJob com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.print.PrinterJob com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.print.PrinterJob com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.print.PrinterJob com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.Graphics2D com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.print.PrinterJob com.itextpdf.text.pdf.PdfContentByte: can’t find referenced class java.awt.Graphics2D

I spent one month working on this app , finally its not working when I want to publish it on google play … can you explean to my why those problem ? I add codes to proguard , but after relrase the app in apk file its not retrieve the data from server , its sooooo big problem

-dontwarn com.itextpdf.* -dontwarn com.sun.* -dontwarn javax.activation.* -dontwarn com.itextpdf.* -dontwarn com.sun.* -dontwarn okhttp3.internal.* -dontwarn org.bouncycastle.**

Hello,

At first thanks for buying our project. And sorry for the issue. To solve the issue please open build.gradle (Module app) go to buildTypes > release (Line 54) and change minifyEnabled to false

Thank You.

Hello I am wondering why the app give me this message : no internet connection ?? i did everything well

I replaced SingleitemapiController.php .. but still not working and give me same message com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 5878 path $

the problem exactly in FoodItemActivity.java .. I but try and catch and I get the problem in catch “the problem is here”

private void gettingFoodsByCategory(String categoryId) {
       String JSON_URL = RemoteAPI.getFoodsByCategory + "/" + categoryId;
       RequestQueue queue = Volley.newRequestQueue(FoodItemActivity.this);
       StringRequest stringRequest = new StringRequest(Request.Method.GET, JSON_URL, new Response.Listener<String>() {
           @Override
           public void onResponse(String response) {
               Log.d("responseVV", response);
               Type listType = new TypeToken<List<Product>>() {
               }.getType();
Gson gson = new GsonBuilder()
            .setLenient()
            .create();
}
try {
    productList =  gson.fromJson(response,listType);
    intFoodList();
}catch (Exception ex){
    Toast.makeText(FoodItemActivity.this, "the problem is here", Toast.LENGTH_SHORT).show();
}

Hello,

Would you please share your server URL please? We have to check all the APIs from our side. You can email us your server URL via this email mithu@w3engineers.com

Thank you.

Hello, is it a native app, hybrid or webapp? thank you.

Hello,

We have built one admin panel that is basically a web app for the admin section and another part is for the android native app for all the users.

Thank you…

Ok, thanks for clarify

You welcome!!!

Sorry Sir, right now we don’t have ios app but we have into our roadmap to do that.

Thank you.

Hi

I need to know if you able to do: (1) map shown the restaurant place & time estimation of each order (2)each order has its invoice that able to print as pdf.

Could you please check your email we have replied with details.

Thanks

Welcome Sir..

Admin Panel is giving error , Please check want to buy the project

Hello, Sorry for the trouble. Admin panel is working now. Could you please check. Thanks & Regards

hy, if i buy, can i add some payment methode in back end? like Bank Transfer

Hello Sir,

Thanks for your concern. Right now we don’t have any options for Bank Transfer. If you want this customization feature please send us an email. We will give you an update about this.

Thanks & Regards

Demo on the admin screen shoot not same as one on the demo admin panel??? Why have you not update this demo too??

Hello,

Screenshot images are updated of the item but the banner image in the inline description is from previous version. We will update the image of the inline description as soon as possible.

Thanks for your feedback.

demo is not working…

This system works in Cpanel?

Sorry for the late response. We have updated our theme. Please take a look the full system is now working well. Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey