DigiSignageApp is an Android application designed for digital signage, ensuring seamless and uninterrupted video playback. It is ideal for displaying advertisements, information, or other digital content in public spaces.
- Plays video from a specified URL or local storage.
- Ensures continuous playback even if the app is moved to the background.
- Allows configuration of video source via shared preferences.
- Keeps the device screen on during playback, making it perfect for digital signage purposes.
- Clone the repository:
git clone https://github.com/omeryildiz/dukatvapplication.git
- Open the project in Android Studio.
- Build and run the project on your Android device or emulator.
- Launch the application.
- The video will start playing automatically from the specified URL or local storage.
- Use the media controller to control playback.
- Configure the video source via the settings menu.
MainActivity.java
: Handles the main video playback functionality.SettingsActivity.java
: Allows users to set preferences for video source and filename.res/
: Contains the layout XML files.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
- Media playback functionality is based on the Android VideoView class.