A versatile Android application that combines three useful mathematical tools into a single, unified interface. This project demonstrates multi-activity navigation, consistent UI/UX design, and complex mathematical implementations in Kotlin.
- Calculates the Least Common Multiple of two numbers.
- Uses an efficient algorithm combining GCD and absolute values.
- Color Theme: Material Blue.
- Calculates the result of a Base raised to an Exponent (
$Base^{Exponent}$ ). - Supports decimal inputs and handles large results gracefully.
- Color Theme: Material Green.
- A professional, smartphone-style calculator grid.
- Supports Addition, Subtraction, Multiplication (×), and Division (÷).
- Includes special functions like All-Clear (AC) and Backspace (⌫).
- Color Theme: Material Purple.
- Unified Look: Every screen features a consistent header and layout structure.
- Universal Footer: Navigate to any of the three tools from any screen using the persistent bottom navigation bar.
- Responsive Layouts: Uses
TableLayoutandLinearLayoutwith weights to ensure it looks great on all screen sizes.
- Clone the repository.
- Open the project in Android Studio.
- Adding your Logo:
- Copy your
logo.pngfile. - Paste it into
app/src/main/res/drawable/. - The app is pre-configured to look for this file in the headers.
- Copy your
(Add your screenshots here)
Developed as part of the Multiview App Development project.