We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42ae441 + 8b8c572 commit 503bd5bCopy full SHA for 503bd5b
app/src/main/java/com/example/mycalc/MainActivity.java
@@ -51,10 +51,8 @@ protected void onCreate(Bundle savedInstanceState) {
51
//Views and buttons binding to their Ids:
52
input = findViewById(R.id.tVInput);
53
answer = findViewById(R.id.tVAnswer);
54
-
55
}
56
57
58
public void operators(@NotNull View view) {
59
dp.setStringFromView(getStringFromView(input),getStringFromView(answer));
60
switch (view.getId()) {
0 commit comments