google-developer-training / android-advanced

Solution apps for the apps that students create as they work through the Advanced Android Development training course created by Google Developer Training.
Other
1.14k stars 1.09k forks source link

MySpringButton is Unsafed #4

Open RavanaAbhi opened 5 years ago

RavanaAbhi commented 5 years ago

D:\AndroidStudioProjects\ExperienceProjects\app\src\main\java\com\example\sample\experienceprojects\MySpringButton.java: uses unchecked or unsafe operations. Recompile with -Xlint:unchecked for details.

I copied your code only. I want to execute that but it is showing the above error. What is the solution for that?