A simple yet elegant digital clock application designed specifically for Samsung Smart TV using Tizen Studio. This project serves as a great starting point for developers new to Tizen TV application development.
- 🕒 Real-time digital clock with 12-hour format and AM/PM indicator
- 🌌 Beautiful animated starfield background
- 📺 Optimized for TV screens with responsive design
- 🎮 Full remote control support
- ⚡ Smooth animations and transitions
Screenshot of the app will be added here
- Tizen Studio with TV Extension
- A Samsung TV (2015 or later) or TV emulator
- Basic knowledge of HTML, CSS, and JavaScript
- Clone this repository:
git clone https://github.com/yourusername/tizen-clock-app.git
- Open Tizen Studio and select "File" > "Import" > "Tizen" > "Tizen Project"
- Select the cloned repository directory
- Build the project (Project > Build Project)
- Run on a connected TV or emulator (Run > Run As > Tizen Web Application)
.
├── css/ # Stylesheets
│ └── style.css
├── js/ # JavaScript files
│ └── main.js
├── config.xml # Tizen application configuration
└── index.html # Main application entry point
- To change the clock format, modify the
updateClock()function injs/main.js - Adjust the starfield animation in
js/main.js(look for thecreateStarfieldfunction) - Customize colors and styling in
css/style.css
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue or reach out to the maintainers.