Skip to content
Zeeshan A Zakaria edited this page Apr 10, 2016 · 3 revisions

Snap-and-upload provides a quick and easy way to snap, crop and upload photos. Photos can be taken either from the camera or selected from the photo library.

Importing the SnapCropUpload Module into your App, using Android Studio.

  1. Download the SnapCropUpload-release.aar file. For this, clone the SnapCropUpload project, compile it, and copy the SnapCropUpload-release.aar file from build\outputs\aar directory of the SnapCropUpload module.
  2. Just like any other module integration in Android Studio, open Project Structure from the Files menu, and add the SnapCropUpload-release.aar module to your project. Click Ok and the module will be imported and into your app. Do a gradle sync if it hasn’t happened automatically
  3. Once imported, open the Project Structure again. This time click on the app or whatever the host module is, followed by clicking the Dependencies tab on top right. Here, click the + sign on the bottom right, select SnapCropUpload-release.aar as the dependency from the dialog box which will popup. Click Ok once selected. Then click Ok once again to close the Project Structure window. Congratulations, you have successfully integrated SnapCropUpload-release.aar into your app.
Clone this wiki locally