Ringtone App is an Android application built using Java. It allows users to manually add and play ringtones and message tones. When one ringtone plays, any other playing tone stops automatically, and it stops when the ringtone finishes.
- Java (Android Development)
- Android Studio
- MediaPlayer API (for audio playback)
- Play ringtones and message tones manually.
- Auto-stop previous ringtone when a new one starts.
- Automatically stops when the ringtone finishes.
- Simple and user-friendly interface.
- Clone the repository:
git clone https://github.com/Dhaneshwari09/Ringtone-App.git
- Open the project in Android Studio.
- Build and run the application on an Android device or emulator.