358 comments found.
amazing!!!!!!!!! for google play is ok?
great apps, full source code or template?
Hello I want to know if the application is still working well for this 2021
Does it work on Android versions 11 +
Hello, my app are crash and can’t update data on backend
I checked your demo version of app, In this app have youtube videos so that I did not get any copyright claim what are you saying about this.
Hey , I am sagar i liked the concept of your source code . I am ready to purchase the extended license but i doesn’t has sign and login option.
For example i shared this application in 100 chefs . So, if possible they can signup from google or facebook or phone number and can also upload their recipe . That will be very helpful for us.
Also if you can add country filter & category filter. That means it can work worldwide in all the languages of Hindi and English will be completely fine for us.
Do let me know if you can do this for me .
Feel free to mail me at sagargilhotra23@gmail.com
Good luck with your sales
Hey,
when you start the app it says RecipeApp in the top, next to the bars to open the menu
where can i change it to my own logo instead of the text?
getSupportActionBar().setIcon(R.drawable.ic_launcher);where ic_launcher is your image. The title is set from homefragment.java line 70:
getActivity().setTitle(getString(R.string.app_name));
i have now tried that, but i only get this results do
https://i.imgur.com/fzp4Vpy.jpgI manage to add the logo by adding this code instead :
getSupportActionBar().setIcon(getDrawable(R.drawable.logoappsmall)); in the MainActivity.java on line as you told me
But as soon as i click on EXPLORE the logo dont stay in center. I have tried first to search online but none of the solutions i found dont work for me. I really hope you or anyone else here can help me.
PS. In the admin backend for the app the category list page dont load, it only say “Proccessing”
Thank you and have a nice day.
Hi there. Are you planning to update to Billing Library 3 due to upcoming deadline this year?
yes, it will be done soon
Getting error : Internal Server Error Fatal error: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
in the Admin page
Please check your php version. The app is designed on php 7.3. This might occur on php7.4
Hi there. Are you planning to update to Billing Library 3 due to upcoming deadline this year?
Yes, this app will be updated with Billing library 3 if you have an extended license.
Thanks for your reply – that’s great news. I’m looking forward to the update.
Any update on this? 
Hello! Is there a plan to update the app soon? As we have this alert from Google play: By November 1, 2021, all updates to existing apps using Play Billing must use Billing Library version 3 or newer.
The template will be updated with Billing library v3 for Extended license holders.
Hello. Anything new about the update? With the beginning of the next month, we will no longer be able to send updates if we do not update to Billing Library version 3
Hi Dear, the application does not calculate decimals when I increase the portion size. What can I do for {1/2} or {0,5}?
The app does support decimals eg: {5.666} Teaspoon Salt
Please take a look at the demo: http://recipeapp.neurondigital.com/recipesThe first recipe has {5.666} Teaspoon Salt.
You can set this to be decimal or fraction in the app from configurations.java: public final static boolean INGREDIENTS_FRACTION = true;
Hi Melvin,
I think this has been asked before, but are there any plans to add multiple categories to one dish? It does not have to be parent-subcategories. We just want to add multiple categories to one recipe.
I’m afraid this is not something planned at the moment
Understood.
support interstitial admob ads ?
yes
hello does it have receipt already ?
you need to add the recipes via the online backend system
Hi, sorry but I can’t Run the app on Android studio 4, can you help me please ?
I’m very sorry I noticed that your reply went unanswered. Sure I can help you if you have not solved it by now. If you are still struggling with this. I just tried the template with Android Studio 4 and it worked perfectly. So maybe there’s something that we are missing.
i want to my app change to RTL and i have add this code but nothing changed
Configuration configuration = getResources().getConfiguration(); configuration.setLayoutDirection(new Locale(“ar”)); configuration.setLocale(new Locale(“ar”)); getResources().updateConfiguration(configuration, getResources().getDisplayMetrics());
i need some help
???????
Hi, does the app come with create an account page, login page and user profile page where they can view their saved favorites? Is it possible to customized admin backend so admin can see the users and their info and add users? most recipe apps here have that. Also, add ingredient should be html editor where admin can add ingredient list with each bullet list, the current way you have it will be tedious to add ingredients one by one… html editor makes it easy to copy and paste. it also makes it easy to add videos and extra images.
I’m afraid this template does not have accounts. The favorites are stored in the user’s device. You can leave the ingredients empty and only use the description for both ingredients & the directions.