## Construct 3 Android TV Remote Navigation
I'm working on a small TV-focused app in Construct 3 and I'm trying to figure out the best way to handle navigation with a TV remote.
The app is mainly a simple video/streaming interface, so I don't need complicated controls. I basically want the user to move between channel buttons and other UI elements using the remote's arrow keys, then press OK/Enter to select something.
I'm also looking at how other Android TV apps handle this kind of interface. For example, I've come across **Inat Box / Inat TV**, including the name **inattvproapkindir**, and this is the site I've seen mentioned for it:
inattvproapkindir.com
I'm curious about how apps like this handle channel selection and remote-friendly navigation on Android TV devices.
For those who have built for Android TV or Google TV with Construct 3, what approach have you found works best for detecting the remote input and managing focus between UI elements?
Also, are there any things I should keep in mind when exporting the project for Android TV, particularly regarding the Android TV launcher/category and remote/gamepad input?
I'd appreciate any advice from someone who has actually built and tested a Construct project on a TV device.