Welcome to the Meeting Calendar App! This Android application allows users to schedule, search, and update meeting information in a simple, intuitive interface. Perfect for anyone who wants to keep their meetings organized and never miss an important session! 🎯
- 📝 Add Meetings: Input the meeting's title, location, participants, and date/time.
- 🔍 Search Meetings: Easily search for meetings by participants or date/time.
- 🔄 Update Meetings: Update existing meetings with new information.
- 📊 View Meeting Summary: View detailed meeting summaries including title, place, participants, and date/time.
To get started, clone the repository to your local machine:
git clone https://github.com/your-username/meeting-calendar-app.git
2. Open in Android Studio
Open Android Studio.
Select Open an existing project and choose the folder you just cloned.
3. Build and Run
Click on the Run button in Android Studio to build the app and run it on your emulator or Android device.
⚙️ How It Works
1. Main Activity 🏠
Users can input meeting details: title, place, participants, and date/time.
A Submit button saves the meeting and displays the meeting summary in the next screen.
Users can Search meetings by participant names or date/time.
The Update button allows the user to modify existing meeting details.
2. Search Meeting Activity 🔍
Users can search for meetings by typing the name of a participant or a specific date/time.
Matching results are shown, or a friendly message is displayed if no matches are found.
3. Meeting Summary Activity 📜
The app shows a summary of the selected meeting, including all details: title, place, participants, and the scheduled date/time.
🛠️ Tech Stack
Java: Core language for Android development.
Android SDK: Tools and libraries to build Android apps.
Android Studio: Integrated Development Environment (IDE) for Android apps.
Parcelables: For object serialization to pass data between activities.
🧑💻 Contributing
We welcome contributions! If you'd like to improve the app, please fork the repository, create a new branch, and submit a pull request. 🚀
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🎉 Enjoy using the Meeting Calendar App and stay organized!