Advertisement
Guest User

android err

a guest
Jan 12th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. I get the following errors when implementing onCreate() of this solution:
  2.  
  3. The method setContentView(int) is undefined for the type TopRatedFragment
  4.  
  5. The constructor ArrayAdapter<String>(TopRatedFragment, int, ArrayList<String>) is undefined
  6.  
  7. The method setListAdapter(ArrayAdapter<String>) is undefined for the type TopRatedFragment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement