PetPulse is a Wear OS application designed to monitor and interact with your pet's health and well-being. The app provides real-time notifications, data storage, and delightful animations to enhance the user experience.
- Real-Time Notifications: Stay informed about your pet's health with instant notifications.
- Data Storage: Securely store and retrieve pet health data for easy tracking.
- Smooth Animations: Enjoy a visually engaging experience with customized animations.
- Wear OS Support: Fully optimized for Wear OS devices, providing a seamless user experience on your smartwatch.
- Android Studio (latest version recommended)
- Kotlin 1.9.0 or higher
- Wear OS emulator or a Wear OS device
-
Clone the repository:
git clone https://github.com/your-username/PetPulse.git
-
Open the project in Android Studio:
- Navigate to
File > Open...
- Select the
PetPulse
project directory.
- Navigate to
-
Sync and build the project:
- Gradle will automatically sync the project.
- Once synced, you can build and run the app on an emulator or a connected Wear OS device.
- Launch the app: Open PetPulse on your Wear OS device.
- Interact with the interface: Use the app to monitor and track your pet's health.
- Receive notifications: Stay updated with real-time alerts.
-
Fork the repository
-
Create a new branch:
git checkout -b feature-branch-name
-
Make your changes
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to branch:
git push origin feature-branch-name
-
Submit a pull request
This project is licensed under the MIT License. You are free to use, modify, and distribute this software as long as you include the original copyright notice and this license in any substantial portions of the software.
For more details, see the LICENSE file in this repository.