Guest User

Untitled

a guest
Feb 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ConstraintLayout layout;
  2.  
  3. layout = new ConstraintLayout(this);
  4. if (matched.length == 0) {
  5. layout.setBackgroundResource(R.drawable.unsafe);
  6. setContentView(layout);
  7. }
  8. else{
  9. layout.setBackgroundResource(R.drawable.safe);
  10. setContentView(layout);
  11. }
  12.  
  13. java.lang.RuntimeException: Unable to start activity ComponentInfo{project.ca326.dcu.shoppingpal/project.ca326.dcu.shoppingpal.InformationActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ListView.setAdapter(android.widget.ListAdapter)' on a null object reference
Add Comment
Please, Sign In to add comment