Application:
• Calculator App
Group members:
• MAIRA
• RAMSHA NAZ 24
• NOOR UL AIN 22
• AQSA HABIB 42
• RABIA KANWAL
• MARYUM PARVAIZ
Features:
• Addition, subtraction, multiplication, division.
• Extended functions, such as logarithms, SIN,
COS, irrational numbers like pi and e.
• Calculation of complex numbers.
• Construction of function graphs.
• Working with matrices: addition,
multiplication, determinants, and eigenvalues.
• Supports work with hexadecimal and binary
numbers.
• The application gives fast and accurate result.
• Support for tablets and smartphones.
Advantages:
• The application has two main advantages:
• It shows the results of intermediate
calculations, as long as they are typed in the
input line.
• Based on the computations, the calculator
builds accurate graphs and generates values
along the coordinate axes.
Comparison/Scope:
• The comparison between existing traditional calculators
and the proposed Calculator app for Android can be
done in the following points:
• Size: The separate calculators are larger in size due to
use of own circuit board whereas android calculator is
installed in cell phones.
• Power: A small battery power of cell phone is enough
for running android calculator but traditional calculator
consume comparatively higher power.
• Accuracy: The accuracy of both the calculators depends
upon their programming. Calculators can be designed
for the desired accuracy.
• Cost: Android Calculator, being an application,
can be downloaded free of cost and installed
on phone. The traditional calculators have
their own hardware. As a result of this, they
need to be purchased.
• Ease and comfort: Most of the android cell
phones are of touch screen type. So,
calculator app Android is easy and
comfortable to use.
Files:
There are three files which are used in this
application.
• Main.XML
• Calculator activity
• AndriodMainfest.xml
How application will be Run?
• When the Calculator App is
executed, Main.Xml layout code will run. This is
the first design layout that will load features such
as height, width, background details, etc. Then,
the java file, calculator activity, will load design
parameters like buttons, click functions, text
display, etc. AndroidMainfest.xml is the main
configuration file of the project that will load the
main layout by default.
•

Calculator.ppt Andriod Application topic

  • 2.
  • 3.
    Group members: • MAIRA •RAMSHA NAZ 24 • NOOR UL AIN 22 • AQSA HABIB 42 • RABIA KANWAL • MARYUM PARVAIZ
  • 4.
    Features: • Addition, subtraction,multiplication, division. • Extended functions, such as logarithms, SIN, COS, irrational numbers like pi and e. • Calculation of complex numbers. • Construction of function graphs.
  • 5.
    • Working withmatrices: addition, multiplication, determinants, and eigenvalues. • Supports work with hexadecimal and binary numbers. • The application gives fast and accurate result. • Support for tablets and smartphones.
  • 6.
    Advantages: • The applicationhas two main advantages: • It shows the results of intermediate calculations, as long as they are typed in the input line. • Based on the computations, the calculator builds accurate graphs and generates values along the coordinate axes.
  • 7.
    Comparison/Scope: • The comparisonbetween existing traditional calculators and the proposed Calculator app for Android can be done in the following points: • Size: The separate calculators are larger in size due to use of own circuit board whereas android calculator is installed in cell phones. • Power: A small battery power of cell phone is enough for running android calculator but traditional calculator consume comparatively higher power. • Accuracy: The accuracy of both the calculators depends upon their programming. Calculators can be designed for the desired accuracy.
  • 8.
    • Cost: AndroidCalculator, being an application, can be downloaded free of cost and installed on phone. The traditional calculators have their own hardware. As a result of this, they need to be purchased. • Ease and comfort: Most of the android cell phones are of touch screen type. So, calculator app Android is easy and comfortable to use.
  • 9.
    Files: There are threefiles which are used in this application. • Main.XML • Calculator activity • AndriodMainfest.xml
  • 10.
    How application willbe Run? • When the Calculator App is executed, Main.Xml layout code will run. This is the first design layout that will load features such as height, width, background details, etc. Then, the java file, calculator activity, will load design parameters like buttons, click functions, text display, etc. AndroidMainfest.xml is the main configuration file of the project that will load the main layout by default. •