The TDAH App is an Android application made for a school project designed to manage and analyze data related to ADHD questionnaires. It utilizes Room for database management and features custom views for displaying user information.
- Android Studio
- Java 17 or higher
- Gradle
-
Clone the Repository
git clone https://github.com/your-username/your-repository.git cd your-repository
-
Open in Android Studio
Open Android Studio and select "Open an Existing Project". Navigate to the project directory and open it.
- Build the Project
Ensure Gradle is configured and sync the project:
- Go to File -> Sync Project with Gradle Files
- If prompted, install any required dependencies.
- Run the App
Connect an Android device or start an emulator. Click Run in Android Studio to build and deploy the app.
This project is licensed under the MIT License - see the LICENSE file for details.