Page 97 - 3-2
P. 97
Log.d(" 여긴가", "owner_10.5_compare 로 이동했다 차액, ");
textViewcompare_price.setText(String.valueOf(minuce));
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
e.printStackTrace();
}
if(cnt==0) {
Intent intent = new Intent(getApplicationContext(),MainActivity_popup_112.class);
startActivity(intent);
cnt=1;
}
else{
cnt=0;
}
}
Log.d(" 여긴가", "owner_10.5_compare 로 이동했다 값받아옴 값출력, , ");
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
public void onbtn_reset_Clicked(View view) {
MainActivity_allproducts.total_all_conpare_price=0;
new SigninActivity_compare_reset().execute("0");
Log.d(" 여긴가", "owner_10.6_ 초기화버튼");
compare_delete_btn.setBackgroundColor(Color.BLUE);
compare_delete_btn.setTextColor(Color.WHITE);
}
public void onbtn_goback_Clicked(View view) {
Intent intent = new Intent(getApplicationContext(),MainActivity_owner_compare_yet.class);
Log.d(" 여긴가", "owner_10.7_ 이전화면으로");
startActivity(intent);
compare_goback_btn.setBackgroundColor(Color.BLUE);
compare_goback_btn.setTextColor(Color.WHITE);
}
class SigninActivity_compare_reset extends AsyncTask<String, String, String> {
- 97 -