Android Question application to use with remote control (firetv amazon)

nedium

Active Member
Licensed User
Longtime User
Hello everyone and thanks for your help.

I am creating an application (by default, not B4XPage), to play videos and photos from a firetv (Amazon), but I need the app to be controlled with the remote control of the tv box, I have several objects, but not all of them can be controlled from correct way I wanted to know if there is any way to use the remote control.
....
I have managed to adapt functions by code that, depending on the button used, locate the object, but I have a problem with the EditTexts, since if they have focus enabled I cannot control how to use them and when I manage to enable the virtual keyboard by focusing on the EditText, the other objects stop working, I don't know if something can be done with these types of events.

thanks
 

nedium

Active Member
Licensed User
Longtime User
It doesn't really show any errors, when I activate the edittext focus to use it to show the virtual keyboard, a customlistvier activates its focus and doesn't let me use another object, I don't know if the error is caused by the object or by making the keyboard visible
 
Upvote 0
Top