Coder Social home page Coder Social logo

carouseleffect's People

Contributors

bhaveshjabuvani88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

carouseleffect's Issues

Not exactly an issue but how do I blur the viewpager in the back??

I did this :

switch (adapterType)
          {
              case MainActivity.ADAPTER_TYPE_TOP:
Glide.with(context)
                  .load(listItems[position])
                  .into(imageCover);
                  linMain.setBackgroundResource(R.drawable.shadow);

                  break;
              case MainActivity.ADAPTER_TYPE_BOTTOM:
Glide.with(context)
                  .load(listItems[position])
                  .applyDefaultRequestOptions(new RequestOptions().bitmapTransform(new BlurTransformation(20)))
                  .into(imageCover);
                  linMain.setBackgroundResource(0);

                  break;
          }

I realised that its the same image view so the whole thing was being blurred. I made another Adapter inflating another imagview and blurred that, still the entire thing is being blurred. How do I just blur the back imageview???

Bottom ViewPager stop working well in fragments navigation

I implement the code in fragments.

At first the flow and transitions work fine but when I open an internal fragment (instead of activity full screen) and then try to return to the carousel screen again, the back viewpager stops working well.

I check the indices and values in the onPageScrolled method and everything seems fine, but visually it seems that the order and sense of the transition is lost.

CarouselEffectTransformer doesn't work on pre lollipop devices

The CarouselEffectTransformer uses ViewCompat.setElevation() method to have current view pager item appear on both of its neighbors, but since elevation is not supported by Android below API 21 (Lollipop), pre-lollipop device don't have the desired effect.

How to fix this, any idea ?

Unable to create layer for relative Layout

05-02 17:14:16.451 21084-21200/com.app.snehalniti W/OpenGLRenderer: Layer exceeds max. dimensions supported by the GPU (818x16777215, max=8192x8192)
05-02 17:14:16.451 21084-21200/com.app.snehalniti W/OpenGLRenderer: Layer exceeds max. dimensions supported by the GPU (818x16777215, max=8192x8192)
05-02 17:14:16.452 21084-21200/com.app.snehalniti W/OpenGLRenderer: Layer exceeds max. dimensions supported by the GPU (818x16777215, max=8192x8192)
05-02 17:14:16.452 21084-21200/com.app.snehalniti W/OpenGLRenderer: Layer exceeds max. dimensions supported by the GPU (818x16777215, max=8192x8192)
05-02 17:14:16.452 21084-21200/com.app.snehalniti W/OpenGLRenderer: Layer exceeds max. dimensions supported by the GPU (818x16777215, max=8192x8192)
05-02 17:14:16.453 21084-21084/com.app.snehalniti W/JNIHelp: Discarding pending exception (java.lang.IllegalStateException: Unable to create layer for RelativeLayout @9b858a0) to throw java/lang/IllegalStateException
05-02 17:14:16.453 21084-21084/com.app.snehalniti W/JNIHelp: Discarding pending exception (java.lang.IllegalStateException: Unable to create layer for RelativeLayout @35a5ecc) to throw java/lang/IllegalStateException
05-02 17:14:16.453 21084-21084/com.app.snehalniti W/JNIHelp: Discarding pending exception (java.lang.IllegalStateException: Unable to create layer for RelativeLayout @5349bb8) to throw java/lang/IllegalStateException
05-02 17:14:16.453 21084-21084/com.app.snehalniti W/JNIHelp: Discarding pending exception (java.lang.IllegalStateException: Unable to create layer for RelativeLayout @6960f7) to throw java/lang/IllegalStateException
05-02 17:14:20.460 21084-21084/com.app.snehalniti W/GAv4: syncDispatchLocalHits timed out: java.util.concurrent.TimeoutException
05-02 17:14:20.611 21084-21084/com.app.snehalniti E/AndroidRuntime: FATAL EXCEPTION: main
                                                                    Process: com.app.snehalniti, PID: 21084
                                                                    java.lang.IllegalStateException: Unable to create layer for RelativeLayout @d561a82
                                                                        at android.os.MessageQueue.nativePollOnce(Native Method)
                                                                        at android.os.MessageQueue.next(MessageQueue.java:328)
                                                                        at android.os.Looper.loop(Looper.java:164)
                                                                        at android.app.ActivityThread.main(ActivityThread.java:5896)
                                                                        at java.lang.reflect.Method.invoke(Native Method)
                                                                        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
                                                                        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)

how to set left and right image attached to center

hello sir , i have to set design image like some part of left images and some part of right images cover by center image, I means to say there is no gap b/w image but some portion is covered by center images

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.