An interactive Android flashcard application designed to enhance learning through animations, quizzes, and smart organization.
- 🔄 Smooth Flip Animation (Question ↔ Answer)
- ➕ Add Flashcards using Dialogs
- ✏️ Edit Existing Flashcards
- ❌ Delete Flashcards
- 🏷️ Category Filtering using Spinner
- 🔀 Shuffle Mode for random practice
- 🧠 Quiz Mode with score tracking
- Language: Java
- IDE: Android Studio
- Build Tool: Gradle
- Architecture: Event-driven
- Flashcards are dynamically stored and managed in lists
- Flip animation implemented using rotation transformations
- Category-based filtering improves focused learning
- Quiz mode tracks performance metrics:
- Questions attempted
- Correct answers
- AlertDialogs enable seamless add/edit operations
git clone https://github.com/aishvarya-s/FlashcardApp.git⭐ If you found this project useful, consider giving it a star!