Dogan Gulcan

Results 10 comments of Dogan Gulcan

Hi @ImnIrdst! unfortunately, I don't have much time to maintain this project but if you would like to add a dark mode, you could and if we merge it, I...

I've found a workaround I guess, this makes it unable to swipe but not sure if it will be stable :) ``` java if (imageCount < 2) { sliderShow.stopAutoCycle(); sliderShow.setPagerTransformer(false,...

when used with `app:bb_behavior="shifting"`, snackbar is not visible when shown

I found out the orientation is right when you don't turn it into bitmap but use is as file.

@qadirsuh sorry for the late response. One way to do is to give the file directly to the image loading library such as Glide such; ``` Glide.with(context) .load(new File(imageUri.getPath())) .into(imageView);...

It's an issue with ```ExpandingViewPagerTransformer```, I did not solve but not using it eighter.

I am using Android Studio 3.0 preview with the embedded JDK comes in it. Tried with Oracle JDK but didn't make difference. The build is successful when I remove the...

It is not fully compatible but some functions can be used as written [https://developer.android.com](https://developer.android.com/studio/write/java8-support.html )