You are on page 1of 7

VISVESVARAYA TECHNOLOGY UNIVERSITY

“Jnana Sangama”, Belagavi-590014, Karnataka, India

MINI PROJECT REPORT


ON
“SCIENTIFIC CALCULATOR”
Submitted in partial fulfilment of the requirements for the 6th Semester VTU CBCS Subject
namely
MOBILE APPLICATION AND DEVELOPMENT LABORATORY
WITH MINI PROJECT (18CSMP68)
IN
COMPUTER SCIENCE AND ENGINEERING

Submitted by

SHASHANKA K S 4SH19CS062
SUHAN B T 4SH19CS719

Under the Guidance of


Ms. RAKSHA PUTHRAN
Asst. Professor
Department of CSE

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


Shree Devi Institute of Technology
Kenjar, Mangaluru-574142
SHREE DEVI INSTITUTE OF TECHNOLOGY
KENJAR, MANGALURU-574142
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

CERTIFICATE

This is to certify that the project work entitles “SCIENTIFIC CALCULATOR “ is bonafide
work carried out by SHASHANKA K S & SUHAN B T bearing USN’S 4SH19CS061 &
4SH19CS719 respectively in partial fulfillment for the VTU CBCS subject namely Mobile
Application And Development Laboratory with Mini Project, and for the award of degree
of Bachelor of Engineering in Computer Science and Engineering of Visvesvaraya
Technological University, Belagavi during the year 2021-2022. It is certified that all
correction/suggestions indicated for Internal Assessment have been incorporated in the report.
The project report has been approved as it satisfies the academic requirement in respect of the
mini project work prescribed for the said degree of Bachelor of Engineering.

----------------------------------- -----------------------------------

Signature of the Guide Signature of the HOD

Ms.RAKSHA PUTHRAN Prof. Anand S Uppar

Assistant Professor( CSE) HOD, Dept. of CSE

EXTERNAL VIVA

Name of the Examiners Signature with date


1.----------------------------------- -----------------------------------
2.----------------------------------- -----------------------------------
SHREE DEVI INSTITUTE OF TECHNOLGY
KENJAR, MANGALURU-574142
Department of Computer Science and Engineering

DECLARATION

We Shashanka K S , Suhan B T USN’S 4SH19CS061, 4SH19CS719 respectively, students


of Sixth semester Bachelor of Engineering, Computer Science and Engineering, Shree Devi
Institute of Technology, Mangalore declare that the mini project work entitled “SCIENTIFIC
CALCULATOR” has been duly executed by us under the guidance of Ms.RAKSHA
PUTHRAN , Asst. Professor, Department of Computer Science and Engineering, Shree Devi
Institute of Technology, Mangalore and submitted for the requirements for the 6th semester
Mobile Application Development with Mini Project of Bachelor of Engineering in Computer
Science Engineering during the year 2021-2022.

Date: SHASHANKA [4SH19CS061]

Place: Mangalore SUHAN B T [4SH19CS719]


ACKNOWLEDGEMENT

A successful project is a fruitful culmination of the efforts of many people. Some directly
involved and others who have quietly encouraged and extended their invaluable support
throughout its progress.

We would like to convey my heartfelt thanks to our Management for providing the good
infrastructure, laboratory facility, qualified and inspiring staff whose guidance was of great
help in successful completion of this project.

We extremely delightful and thankful to our beloved Director and Principal Dr. K.E Prakash
,Shree Devi Institute of Technology, Kenjar for providing the congenial atmosphere and
necessary facilities for achieving the cherished goal.

With heartiest gratitude, we would like to thank Prof. Anand S Uppar, HOD, Department of
Computer Science and Engineering for his support, guidance and encouragement.

We are profoundly indebted to Ms. Raksha puthran, Guide, Assistant Professor, Department
of Computer Science and Engineering, for her guidance throughout the project work by
innumerable acts of timely advice and encouragement.

We also thank all other teaching staff and non-teaching staff for allowing us to carry out the
project work.

Finally, we would like to thank our family for their support and understanding, to whom we
owe so much.

SHASHANKA K S

SUHAN B T
ABSTRACT

It is a “scientific calculator” application. It is used to calculate the math


functions easily. In this application two types of calculator are there

1. Standard calculator

2. Scientific calculator

First one is very simple to solve arithmetic operations. And also convert the
result into either integer or float pointing number.

And then second one is scientific notation type math functions are there like
sin,cos,tan,log etc. it is very useful to solve the odd math calculations in less
time and in simple manner and also easily to use.

Especially I used menu bar with two items one is standard and second one is
scientific after clicking the standard item it will shows the standard calculator
after clicking the scientific item it will shows the scientific calculator with
standard also.

By using Tkinter in python I developed this application it is also converted into


.exe file by using pyinstaller then it is now a desktop application. Lastly it
shows desktop icon in out system if u install it otherwise not show in your
desktop.
TABLE OF CONTENTS

CHAPTERS PAGE NUMBER

1. INTRODUCTION 1-10

1.1 Introduction to Mobile Application 1


1.2 Introduction to Android studio 2
1.3 Introduction to Java 4
1.4 Introduction to XML 5-10

2. REQUIREMENT SPECIFICATION 11

2.1 Software Requirements 11


2.2 Hardware Requirements 11

3. METHODS USED IN PROJECT 12-14

4. SNAPSHOTS 15-17

5. CONCLUSION 18

REFERENCES 19
LIST OF FIGURES

FIGURE.NO FIGURE CONTENT PAGE.NO


1.4.1 Layout XML Files 6
1.4.2 Manifest xml file 7
1.4.3 Strings xml file 7
1.4.4 Styles xml xml 8
1.4.5 Colors xml file 9
1.4.6 Dimensions xml file 10
4.1 Notes front 14
4.2 Adding new note 15
4.3 Adding a note 15
4.4 Note saved 16
4.5 Notes view 16
4.6 Long press delete 17
4.7 Note deleted 17
4.8 Enter title and description 18

You might also like