You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download cloudinary-core-1.0.15.jar from [here](http://res.cloudinary.com/cloudinary/raw/upload/cloudinary-core-1.0.15.jar) and cloudinary-android-1.0.15.jar from [here](http://res.cloudinary.com/cloudinary/raw/upload/cloudinary-android-1.0.15.jar)
17
+
Download cloudinary-core-1.1.0.jar from [here](http://search.maven.org/remotecontent?filepath=com/cloudinary/cloudinary/1.1.0/cloudinary-core-1.1.0.jar) and cloudinary-android-1.1.0.jar from [here](http://search.maven.org/remotecontent?filepath=com/cloudinary/cloudinary/1.1.0/cloudinary-android-1.1.0.jar)
For more details, see our documentation for embedding [Facebook](http://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](http://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
62
+
For more details, see our documentation for embedding [Facebook](http://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](http://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
63
63
64
64
65
65
## Usage
66
66
67
67
### Configuration
68
68
69
-
Each request for building a URL of a remote cloud resource must have the `cloud_name` parameter set.
70
-
Each request to our secure APIs (e.g., image uploads, eager sprite generation) must have the `api_key` and `api_secret` parameters set.
69
+
Each request for building a URL of a remote cloud resource must have the `cloud_name` parameter set.
70
+
Each request to our secure APIs (e.g., image uploads, eager sprite generation) must have the `api_key` and `api_secret` parameters set.
71
71
See [API, URLs and access identifiers](http://cloudinary.com/documentation/api_and_access_identifiers) for more details.
72
72
73
-
Setting the `cloud_name`, `api_key` and `api_secret` parameters can be done either directly in each call to a Cloudinary method,
73
+
Setting the `cloud_name`, `api_key` and `api_secret` parameters can be done either directly in each call to a Cloudinary method,
74
74
by when initializing the Cloudinary object, or by using the CLOUDINARY_URL meta-data property.
75
75
76
-
The entry point of the library is the Cloudinary object.
76
+
The entry point of the library is the Cloudinary object.
77
77
78
78
Here's an example of setting the configuration parameters programatically:
79
79
@@ -100,7 +100,7 @@ Then add a meta-data property to your application section in the AndroidManifest
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
26
-
Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software.
27
-
Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements.
28
-
Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.
25
+
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
26
+
Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software.
27
+
Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements.
28
+
Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.
0 commit comments