-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- Download the
SnapCropUpload-release.aar
file. For this, clone the SnapCropUpload project, compile it, and copy theSnapCropUpload-release.aar
file frombuild\outputs\aar
directory of theSnapCropUpload
module. - Just like any other module integration in Android Studio, open
Project Structure
from theFiles
menu, and add theSnapCropUpload-release.aar
module to your project. ClickOk
and the module will be imported and into your app. Do a gradle sync if it hasn’t happened automatically - Once imported, open the
Project Structure
again. This time click on theapp
or whatever the host module is, followed by clicking theDependencies
tab on top right. Here, click the+
sign on the bottom right, selectSnapCropUpload-release.aar
as the dependency from the dialog box which will popup. ClickOk
once selected. Then clickOk
once again to close theProject Structure
window. Congratulations, you have successfully integratedSnapCropUpload-release.aar
into your app.
© Zeeshan A Zakaria, 2016 Jixtē Soft Inc.