unsplash / unsplash-photopicker-android

📱An Android photo picker to search and download photos from Unsplash.
MIT License
340 stars 65 forks source link

How to orientation to landscape #14

Open crazyhappygame opened 3 years ago

crazyhappygame commented 3 years ago

Is your feature request related to a problem? Please describe. My application has a landscape orientation. Unsplash is shown in portrait orientation

Describe the solution you'd like Possible implementation add parameter isLandscapeOrientation to UnsplashPickerActivity.getStartingInten

startActivityForResult(
                UnsplashPickerActivity.getStartingIntent(
                    this, // context
                    isMultipleSelection,
                    isLandscapeOrientation
                ), REQUEST_CODE

Describe alternatives you've considered

Additional context

PrathameshKumbhar291113 commented 5 months ago

Hi, Could you please assign this enhancement to me ? Thanks & Regards Prathamesh Kumbhar