Exemple #1
0
 @Override
 public void onClick(View v) {
   if (v == buyButton) {
     // User selected customize button, so change the page
     Pizza.getInstance().changePage(Pizza.PAGE_CUSTOMIZE);
   }
 }