Search:

Type: Posts; User: mtahirkn

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    790

    Re: Calculator double zero button issue.

    Now I solve the issue. here is the code I add.



    public void btndoublezero(View view) {
    updateText("00");
    EditText editText = (EditText)findViewById(R.id.input);
    ...
  2. Replies
    6
    Views
    790

    Re: Calculator double zero button issue.

    package com.example.englishcalculator;

    import androidx.annotation.RequiresApi;
    import androidx.appcompat.app.AppCompatActivity;
    import org.mariuszgromada.math.mxparser.*;
    import...
  3. Replies
    6
    Views
    790

    Calculator double zero button issue.

    hi members I am beginner in android development Here some issue in calculator with my Double zero button for example when i press btn 1 for one and btn 00 for double zero and again press btn 1 for...
Results 1 to 3 of 4