Advertisement
Guest User

to do list errors

a guest
Jan 13th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. I'm getting the following errors when implementing onCreate() to set up:
  2.  
  3. The method setContentView(int) is undefined for the type TopRatedFragment
  4.  
  5. The method findViewById(int) is undefined for the type TopRatedFragment
  6.  
  7. The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments (TopRatedFragment)
  8.  
  9. The method findViewById(int) is undefined for the type TopRatedFragment
  10.  
  11. The constructor ArrayAdapter<String>(TopRatedFragment, int, ArrayList<String>) is undefined
  12.  
  13. The method findViewById(int) is undefined for the type TopRatedFragment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement