Welcome to the Fibonacci Series App, a simple Android application developed in Android Studio using Java! This app enables users to quickly generate a Fibonacci sequence based on an integer input, making it a useful tool for learning about this famous mathematical series.
This app was developed to showcase fundamental Android development skills, including:
- Building a user interface with XML.
- Managing user input and events.
- Implementing mathematical logic for generating Fibonacci sequences in Java.
- Fibonacci Sequence Generation: Takes an integer input from the user and generates the Fibonacci series up to that number of terms.
- Clear Interface: Simple and intuitive layout for easy input and quick results display.
- Real-Time Calculation: Instantly displays the Fibonacci series upon input.
This repository includes the following files:
- Fib_Interface.png: A screenshot displaying the app’s interface and layout.
- Fibonacci Java.docx: The Java source code file for handling user input and generating the Fibonacci series.
- Fib Working.mp4: A screen recording demonstrating the app's functionality in action.
- Fibonacci xml.docx: The XML layout file used to design the user interface in Android Studio.
- Clone this repository to your local machine.
- Open the project in Android Studio.
- Import the Java and XML code provided in the respective
.docx
files. - Build and run the app on an Android device or emulator.
Click on the image below to watch the video demonstration of the app:
As I continue to learn and grow as a developer, I plan to add more advanced features and enhancements in future updates!
Feel free to explore the code and share your feedback or suggestions for improvement!
Thank you for checking out my project!