Change dateTime.setText(app.getTotalDl()); To dateTime.setText(String.valueOf(app.getTotalDl())); There are different versions of setText – one takes a String and one takes an int resource id. If you pass ...
-
April 2, 2022
- 0 Comments