iam allmoust 完成了我的应用程序,但 iam 卡在这个东西上,我有两个 int 称为“正”和“负”,当我在它下面处理源时显示 0.0
total = positive + negative;
float rate = positive/total;
rate*=100;
TextView analitycs = (TextView)v.findViewById(R.id.app_scores_analitycs);
analitycs.setText(String.valueOf(rate));