StudyStrive is a mobile application designed to help users create and manage flashcards and tests for studying.
- Create and manage flashcards for memorization
- Create and take tests/surveys
- Track your study history and progress
- Organize content with folders
- Android device running Android 8.0 (Oreo) or later
- Allow installation from "Unknown Sources" in your device settings
- Connect your Android device to your computer
- Enable file transfer mode on your device
- Copy the generated APK file (
StudyStrive-debug-v1.0-debug.apk) to your device - On your device, navigate to the APK file using a file manager
- Tap on the APK file to install it
- Follow the on-screen instructions to complete installation
Alternatively, you can build the app from source:
- Install Android Studio
- Open this project in Android Studio
- Connect your Android device to your computer with USB debugging enabled
- Click "Run" in Android Studio to install the app on your device
app/src/main/java/com/StudyStrive/SS/ui/- UI components for different screensapp/src/main/java/com/StudyStrive/SS/data/- Data models and storageapp/src/main/res/- Resources (layouts, strings, etc.)
This project is for educational purposes.