I need a clean, sideload-ready APK that lets me browse and play everything on flixtor.to directly from my Android TV. The goal is to move away from the basic AppGyser wrapper I built; I want proper Android TV behavior instead of a clunky phone UI stretched across the screen. Interface & navigation • Home screen should present movies and shows in an intuitive grid layout that responds instantly to the TV remote. • Remote actions must include Play/Pause and directional navigation (Up, Down, Left, Right) at minimum; all focus states should highlight clearly so the user never loses track of where they are. • When a title is selected, the video must launch straight into true full-screen playback—no browser chrome, status bars, or black borders. Login handling My Flixtor credentials should be stored once and loaded automatically on every launch so I’m never prompted again. If a token expires, fall back to a lightweight re-auth flow that still respects the remote-only environment. Behind the scenes Because Flixtor doesn’t expose an official TV API, the app will need to scrape or intercept the site in the background to pull content lists, artwork, and stream URLs. Please make that job invisible to the user and resilient to minor site changes. Deployment Deliver a APK I can sideload with ADB plus a debug build for future tweaks. Source code built in Android Studio with Leanback components, ExoPlayer (or another smooth player), and clear instructions for rebuilding are preferred so I can update it if the site layout shifts. Once the APK scrolls smoothly, saves my login, and plays each video full screen via the remote, the project is done.