Skip to content

Latest commit

 

History

History

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Cloudinary Sample App

Configuration

Once you clone this repository there are two required steps to build the sample app:

  1. Configure your Cloudinary cloud name for the app:
    • Once you open the project (from the repository root) a file named gradle-local.properies should be automatically created in the repository root (you can manually create it if it's not there). Note: This file is ignored by git and should never be checked in.
    • The file should contain a single property with your cloudinary url, stripped to cloud name only: cloudinaryUrl=cloudinary://@myCloudName
    • Run ./gradlew clean (gradlew clean on Windows) from the repository root before proceeding.
  2. Create an upload preset named 'sample_app_preset' in your cloudinary account console:
    • Login to your Cloudinary console, go to settings>upload, scroll down to Upload Presets and click Add upload preset. Alternatively, head directly to the new preset page.
    • Type in android_sample as the name and save, leaving all the fields with their default values.

After completing the steps above the sample app should be ready to be deployed and upload resource to your Cloudinary cloud.

Additional resources

Additional resources are available at:

Support

You can open an issue through GitHub.

Contact us at support@cloudinary.com

Or via Twitter: @cloudinary

License

Released under the MIT license.