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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -