Skip to content

basic android application performing addition

Notifications You must be signed in to change notification settings

sb39/android_add

Repository files navigation

android_add

basic android application performing addition

  1. for locating the android design follow the steps (folders):- app > src > main > res > layout > activity_main.xml

    Note = The activity_main.xml here contains all the defination of the design of your app

  2. for locating the file which handle the functionaity follow the steps(folders):- app > src > main > java/com/example/admin_srijeet/my_app > MainActivity.java

    Note = The MainActivity.java file contains all the functionnality defination or more specifically the logic of the calculation.

About

basic android application performing addition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages