Giter Site home page Giter Site logo

Comments (9)

amitshekhariitbhu avatar amitshekhariitbhu commented on April 28, 2024

@LOWANGA : it should work like that also, but I must verify it. Thanks for the feedback

Thanks
Amit Shekhar

from fast-android-networking.

LOWANGA avatar LOWANGA commented on April 28, 2024

I get string tag from two different objects it won't == thanks

from fast-android-networking.

amitshekhariitbhu avatar amitshekhariitbhu commented on April 28, 2024
        String stringOne = "one";
        String stringTwo = "one";

        Object objectOne = stringOne;
        Object objectTwo = stringTwo;

        if (objectOne == objectTwo) {
            Log.d(TAG, "Both are equal");
        }

I have tried this. This is printing "Both are equal";

from fast-android-networking.

LOWANGA avatar LOWANGA commented on April 28, 2024

void isEqual(){
MyVrImageBean bean1 = new MyVrImageBean();
bean1.setName("123");
MyVrImageBean bean2 = new MyVrImageBean();
bean1.setName("123");

    Object object1 = bean1.getName();
    Object object2 = bean2.getName();
    if(object1==object2){
        LogUtil.e("xxxxxx","equal");
    }else{
        LogUtil.e("xxxxxx","noequal");
    }
}

but I used like this is noequal sometime i must used bean id ,url or name to as tag and cancle it

from fast-android-networking.

amitshekhariitbhu avatar amitshekhariitbhu commented on April 28, 2024

Ok. Will check it.

from fast-android-networking.

LOWANGA avatar LOWANGA commented on April 28, 2024

When do you release the new version I used 0.2.0-beta-0 but I do not have the source code to modify this question , thanks

from fast-android-networking.

amitshekhariitbhu avatar amitshekhariitbhu commented on April 28, 2024

I will try to do it within 2-3 days. Anyway at present, you can find the source code of development branch here

from fast-android-networking.

LOWANGA avatar LOWANGA commented on April 28, 2024

😊 thanks

from fast-android-networking.

amitshekhariitbhu avatar amitshekhariitbhu commented on April 28, 2024

fixed here : 9f0d0d2

from fast-android-networking.

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.