33 comments found.
The most important things in a code source is interstitial ads itsn’t there so i can’t buy it unfortunately
But you can still buy this template and add Interstitials on your own
https://codecanyon.net/item/amdroid-universal-admob-banner-interstitial-ads-template/19912715
is there anyway to integrate this with a shop so it’s will allow customer to make purchase the elements or just export to the shoping list, save it somewhere and when I feel like to make that cake or meal they just get back the list and shopping? In case of doing that, could you support me?
Hi, I’m sorry but i’m currently not available for freelance work, so if you’re in a hurry, you may search for freelancers on Envato Studio
Please add interstellar ads, current ad looks tiny on tablets, interstellar ads or full screen popup ads will be more engaging.
Maybe you meant Interstitial ads, not Interstellar 
Anyway, adding interstitial ads may be requested as an extra customization hob, otherwise you can buy this template and add them in your app on your own: https://codecanyon.net/item/amdroid-universal-admob-banner-interstitial-ads-template/19912715
Hi there is it possible the change the view of recipes to list view instead of grid view? And is it possible for users to comment on recipes?
Hi, you would have to edit the recipe cell xml file to fit an horizontal layout and remove the GridView and replace it with a ListView.
No comments feature in this app, anyway you may customize this template as you wish, and if you need a customization job for it you may contact me by my profile’s contact form and i’ll get back to you asap with a quotation.
Thank u for the lightning fast response! Will it be a future update? Anyways ill buy the android version in 30 mins. Now in car
Maybe i’ll add comments in a next update, don’t know when though.
i’m actually working on the Comments feature, it’s already ready for the iOS version, it’ll soon be ready for the Android version as well 
Hi there i just bought the code, hopefully the comments will be soon 
Comments are already there since August 5th, as the Change log says in the app description 
I realy love this script <3, perhaps it would be a tip for the updates: to put the translation files in the string.xml
hi, i’ll think about it, right now i’m on vacation until the end of August. Happy summer! 
Hello,
I have some questions about both Android and iOS version
- Is that avatar issue fixed? - Can I moderate the user’s recipes before it goes live to the public? - In the home, the recipes is ordered by what?
Regards
Hi,
1. what avatar issue?
2. no, you would have to build some custom code to hide new submitted properties and add boolean column in your parse dashboard to do so
3. latest added
Hi
1 – Here in comments, I can see there are some issues regarding avatar image size. 2 – It would be nice if it works just like your Events App. 3 – The admin can choose feature recipes to be shown instead?
Extra questions
4 – I seems there are a “liked section”. Normally, the user would rather a “favorite” section to save recipes. “Like” is more a reaction to share your thoughts regarding that post. So, is there a “favorite” sections?
5 – I can see only text in user’s profile. Am I right? I mean, can’t users discloser their website or social network?
Regards
1. that issue has been fixed
2. That can be requested as an extra customization job by my profile’s contact form
3. No
4. When you like a recipe, you can see it in your Account screen, so it works also as Favorite, try the demo APK
5. You can put the url to your website in the short bio while editing your profile
Hello , Can you help me with this error? Error:Execution failed for task ’:app:processDebugManifest’. > Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.0.0-alpha1) from [com.android.support:appcompat-v7:26.0.0-alpha1] AndroidManifest.xml:27:9-38 is also present at [com.android.support:cardview-v7:25.3.1] AndroidManifest.xml:24:9-31 value=(25.3.1). Suggestion: add ‘tools:replace=”android:value”’ to <meta-data> element at AndroidManifest.xml:25:5-27:41 to override.
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "domain.com.recipes"
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
// Enabling multidex support.
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
dexOptions {
javaMaxHeapSize "4g"
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.google.android.gms:play-services-ads:+'
compile 'com.parse:parse-android:+'
compile 'com.parse.bolts:bolts-android:1.+'
compile 'com.facebook.android:facebook-android-sdk:4.+'
compile 'com.parse:parsefacebookutils-v4-android:1.10.3@aar'
compile 'com.google.android.gms:play-services-gcm:+'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
}
PS: don’t forget to rate this app on your Downlaods page: https://codecanyon.net/downloads 
Presale question: I read your comment about avatar size and the app crashing. Is there a way to restrict avatar size so this doesn’t occur?
yes, there’s a piece of code i have to include in Configs.java and use it while uploading images in order to scale them to a max size, i’ll update the app soon.
Great! I’ll purchase after the next update. Thanks for your quick response.
Double post.
you’re welcome, follow us on twitter to stay updated 
good job!
You should test your app on a device and get a Logcat message to see what your issue is about, it’s the only way to discover why it crashes on your side
it was ok when i saw, leme test again
Got this on Logcat: how to fix this? Throwing OutOfMemoryError “Failed to allocate a 28472908 byte allocation with 4192496 free bytes and 22MB until OOM” Shutting down VM FATAL EXCEPTION: main
ok, some user must have uploaded a big image as avatar, and your device doesn’t support it (not all Android devices support big sized images), so you must check some of the latest users in your User class, download their avatar image and resize it to 350×350px maximum, then Replace that image with the scaled one
thanks it helped! Crash rate has reduced! but still new users are facing crashes!
you should check all avatar images and reduce their size
Pre purchase question : can i change the language english to other ? (Needed the app in different language)
yes you can by changing english strings in the code and in the xml files
Okey Cool – Thank You. 
you’re welcome
Found A Bug In Terms of Use – When i click “terms of use” Unfortunatly, Recepies has stopped.
can you fix it ?
It doesn’t happen on my side, and do you mean the demo APK? any Logcat message?
Ok, got it, I’ll fix it soon, it’s just a matter of a line of code 
Okey Cool 
You just have to add this line on the bottom of your Manifest.xml, where the other activities has been declared:
<activity android:name=".TermsOfuse">
</activity>
Working Fine 
I am new to android studio so please don’t mind for simple and regular questions.
and i got one question. Where the login and register details will store ? in your server, google,... ?
Thank You. 
In your Parse Dashboard, as the User guide says, that’s your database, and since you’ve purchased the app I’m sure you’ve already created your app on back4app.com and ran some test, so enter the Parse Dashboard of your app on back4app to check the User class.
Got it – Thank You. 
you’re welcome, and don’t forget to rate this app on your downloads page: https://codecanyon.net/downloads 
hi, im getting this error ” installation failed with message invalid file: /users/francesco/dropbox/ ppprojects/Evanto/CodeCanyon/android/parseapps/recipes/recipies/app/built/intermediate/split-apk/debug/slices/slice-8.apk It is possible that the issue is resolved by uninstalling an existing apk if it is present and then re-installing” So the App is not installing on the virtual drive. help?
Hi, it seems you haven’t allowed Android Studio to move the debug apk folder into your own disk, so try to quit Android Studio, download the original template again from your Downloads page on codecanyon, open it again and click OK on the popup window that should show up.
Nice Work! GLWS.
thanks
Hi available on iOS? With same backend??
Yes of cource, check the app description 
Dream on and achieve on. DigitalCenturySF
thanks