Android Object Animator throwing cannot resolve type -
i'm trying create object animator in android using following code:
objectanimator animation = new objectanimator.ofint(...); although compiler keeps throwing error under "ofint" saying:
cannot resolve symbol '
ofint'
what doing wrong it's driving me crazy.
new objectanimator().ofint(..) i think youre forgetting () *constructor/method call
Comments
Post a Comment