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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -