A simple app for browsing and watching film series and anime (ad‑free).
- Android TV focused UI (Leanback-style navigation)
- Local data source (
assets/movies.json) for movies/series - Built with Kotlin and Android Jetpack components
- Open the project in Android Studio
- Build and run on an Android TV device or emulator
app/src/main/java– app code (activities, adapters, models, parser)app/src/main/res– layouts, drawables, navigation, and resourcesapp/src/main/assets/movies.json– sample content data
- Not an official app; intended for personal use.
- Future migration planned to React Native.