Coder Social home page Coder Social logo

Comments (6)

nambv avatar nambv commented on July 24, 2024

@vinaygaba

from creditcardview.

vinaygaba avatar vinaygaba commented on July 24, 2024

@nambv Can I know which version of the library you are using? This issue was resolved in v 1.0.3

from creditcardview.

nambv avatar nambv commented on July 24, 2024

@vinaygaba I use v 1.0.3 too :(

from creditcardview.

icarovirtual avatar icarovirtual commented on July 24, 2024

I'm also having this problem in v 1.0.3.

from creditcardview.

icarovirtual avatar icarovirtual commented on July 24, 2024

Scratch that, the problem was actually related to #13, and, as explained there, using JitPack's version of the library instead of Maven's fixes this. I did the following:

  • Add JitPack to the project's build.gradle
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
  • Add this project's dependency in the app's build.gradle
dependencies {
    compile 'com.github.vinaygaba:CreditCardView:v1.0.3'
}

Perform a full clean and rebuild cycle in your project and it should be appearing correctly, using ListView, RecyclerView or whatever you need (apparently the problem was in setting the object's fields and not in the container itself).

from creditcardview.

vinaygaba avatar vinaygaba commented on July 24, 2024

@iraupph I have fixed this issue even in the maven version. Need to release the new version soon. I'll be doing that soon enough. Closing the issue for now.

from creditcardview.

Related Issues (20)

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.