Code

Discussion on Recipes | Android Universal Social Recipes App Template

Discussion on Recipes | Android Universal Social Recipes App Template

Cart 20 sales

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?

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.

If you’ve installed all the updated Repositories and Gradle on Android Studio, that’s a build.gradle bug, so here’s how your build.gradle file should look like:
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?

Great! I’ll purchase after the next update. Thanks for your quick response.

you’re welcome, follow us on twitter to stay updated ;)

hi, check the app i have published in playstore, but it crashes after 10 sec https://play.google.com/store/apps/details?id=domain.com.cookalicious&hl=en

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)

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.

Hi available on iOS? With same backend??

Yes of cource, check the app description ;)

Dream on and achieve on. DigitalCenturySF

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