• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Apps Calculator

    I'm trying to code an app. same as a windows calculator. I'm having a problem, how do I store the 1st and 2nd inputted value to be used for the calculations? I'm not asking for the code just how does it work. The only thing my code does is when "1" is clicked, it displays at the textbox then...
  2. P

    Apps EditText/Button Issue

    I made simple android ativity consisting of 1 EditText and 1 Button. The EditText will serve as the output when the Button is pressed. My expected output is when I press the Button 3 times, in the EditText it should show 3 values but no matter how I press the Button it will only show 1 value...