Giter VIP home page Giter VIP logo

swipeablecard's People

Contributors

gruessung avatar michelelacorte avatar ravidsrk avatar subhrajyotisen 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swipeablecard's Issues

Duplicate dependency error

Hi,

I am already using compile 'com.google.android.gms:play-services-auth:10.0.1' in my build.gradle nad I have noted that SwipeableCard using com.google.android.gms:play-services-auth:8.4.0

Here is my compile error I am getting
All com.google.android.gms libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 8.4.0, 10.2.1. Examples include com.google.android.gms:play-services:8.4.0 and com.google.android.gms:play-services-auth:10.2.1 less... (Ctrl+F1)

Do we have any way to override only play-services-auth library gradle?

Gradle Build Error

Process 'command 'C:\Program Files\Android\Android Studio\jre\bin\java.exe'' finished with non-zero exit value 1

About setting duration of the card animation showing.

Hi, michele,

Thank your for your effort.
I have question for you , i am trying to increase the speed of the transition of card showing, i had tried to increase the duration of the card, but it will not effect.

you had mention the method to set the duration of card
setDuration(long duration);

i had increased the duration , but there is no change in duration it was as same as before.

please suggest me some thing.

I have some problems

i want to use RecyclerView
but it shows some errors
image

and this is the messages
image

did i do something wrong??

Card with custom view in recyclerView

I have card in recyclerview with custom view how to make left and right swipe according two different action??
Is there any suggestion??
i want to swipe from my custom adapter.

[PROBLEM][SOLVED] Cannot resolve .image() in RecyclerView OptionViews builder.

The error code provided in your documentation:
optionViews.add(new OptionView.Builder() .image(R.drawable.bus_stop) .title("TITLE") .colorTitle(R.color.colorPrimary) .menuItem(R.menu.menu_main) .toolbarListener(toolbarListener).build());

The working code:
optionViews.add(new OptionView.Builder() .normalCard() .image(R.drawable.bus_stop) .title("TITLE") .colorTitle(R.color.colorPrimary) .menuItem(R.menu.menu_main) .toolbarListener(toolbarListener).build());

Please see that.

Regards

E/Initialization: Option View not initialize!

So, I was trying to take data from a RESTAPI and use your fantastic library.

but it is giving me the following log and just shows the layout for a sec.
I took a video of it and after observation, I can see that the data displayed is correct too.
It just displays for 1 second only, may be less

OnMapReadyCallback?

Hello, I've some troubles after adding your library:

Error:(28, 22) error: cannot access OnMapReadyCallback class file for com.google.android.gms.maps.OnMapReadyCallback not found

when i do simply

final OptionView singleSwipe = new OptionView.Builder()
                .normalCard()
                .text("Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text," +
                        " a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text")
                .title("Single Card")
                .build();


        SwipeableCard swipeableCard = findViewById(R.id.swipeCard);
        swipeableCard.init(this,singleSwipe); 

com.google.android.gms.maps.MapView not found

While compiling i getting this error:
/home/alexander/StudioProjects/Ichleihedir/app/build/intermediates/exploded-aar/it.michelelacorte.swipeablecard/library/2.3.0/res/layout/maps_card_layout.xml Error:(10) No resource identifier found for attribute 'liteMode' in package 'de.gvisions.oweapp' Error:(10) No resource identifier found for attribute 'mapType' in package 'de.gvisions.oweapp'

Other views from the same page are not clickable

Great library! I'm using the Swipeable RecyclerView with several edittexts and buttons on the same page. The layout is like this:

<CoordinatorLayout>
    <LinearLayout>
        <EditText />
        <Button />
    </LinearLayout>
    <RecyclerView />
</CoordinatorLayout>

I realized both edittexts and buttons are not clickable. I think that's because of the RecyclerView captures the whole screen. Any suggestions to replace the linearLayout? How about AppBarLayout?

What about using it in fragment ?

What about using it in fragment ?

I'm using a FragmentViewPager and a BottomNavigationView.
The Card of my fragment start under the BottomNavigationView.

(The Blue square)

Thanks you very much !

EDIT : I Temporaly fixed it by adding a paddingBottom to the content and set the startCArdPosition to 400

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.