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

Search results

  1. L

    Apps How to calculate? Please kindly help me

    I want to create app. I have attached the layout. <p><b>My codes are:</b></p> public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main)...
  2. L

    Apps How to do calculations?

    Hello everyone, Please, by mercy of God, kindly help me. I will like to create an app that can calculate assignments and final marks as following: Field1=Assignment1 Field2=Assignment2 Field3=Assignment3 Field4=Exam marks 1x button. User will click to do the calculations 1xText field...