bevy / photo-editor-android

Photo Editor SDK contains a lot of features like edit, scale, rotate and draw on images like Instagram stories.
MIT License
548 stars 189 forks source link

Which is the Show Photo Editor Popup function? #28

Open tonyasd2015 opened 5 years ago

tonyasd2015 commented 5 years ago

HI, I integrated the iOS version of API and its working fine. But in the android version how to show the Photo editor popup screen same like iOS version?

In iOS it opens when executes; present(photoEditor, animated: true, completion: nil) But how the same in android?

I followed all steps and called photoEditorSDK = new PhotoEditorSDK.PhotoEditorSDKBuilder(PhotoEditorActivity.this) .buildPhotoEditorSDK(); but nothing happened.