Skip to content

PhoneixProgrammer/MathMaster-Dynamic_Android_App_for_Mathematical_Operations_with_MVC_Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

-Mobile-Application-for-Math-Operations-using-Android-Mobile-Programming

Developed an Android mobile application for performing various mathematical operations using Java.

The application offers a comprehensive menu of operations, allowing students to select and solve specific operations or combinations of operations based on their needs. To enhance user experience, I implemented a dynamic user interface that presents ten practice problems consecutively on a new screen, each utilizing the chosen operation. The application accurately records and displays the results upon user submission. Throughout the development process, I utilized Java, object-oriented programming (OOP) principles, and employed a Model-View-Controller (MVC) architecture. To store and manage data, I integrated an SQLite database. The application also features menus, a grid layout, and a user-friendly interface to enhance usability and navigation.

Overall, this project allowed me to apply my Java programming skills, utilize OOP concepts effectively, and gain experience in developing a mobile application with a focus on mathematical operations. The combination of UI design, data management, and problem-solving made this project both challenging and rewarding.