Questions tagged [d-pad]

A Directional Pad is a controller with directional keys, usually up right down left.

A Directional Pad is a controller with directional keys, usually up right down left.

See also:

85 questions
29
votes
6 answers

D'pad Is disabled in emulator

I am using android sdk 4.0.3 ,I have created an Emulator of it. Now I have a problem that the emulator is showing the Disabled DPAD Buttons .I have set up the Hardware keyboard present and display skin with buttons option in configuration. So i…
GOLDEE
  • 2,318
  • 3
  • 25
  • 49
11
votes
3 answers

How to support dpad controls for RecyclerView

I am currently trying to port Android mobile app to Android TV. I have a RecyclerView that seems to be displaying correctly in my Android TV app. I am using linearLayout for my RecyclerView. But I don't seem to be able to navigate inside…
Vpd
  • 235
  • 2
  • 12
7
votes
4 answers

Android: Is there a way to simulating D-Pad Events (API 10)?

The problem is very simple. I have to simulate the dpad events (UP,DOWN,RIGHT,LEFT,CENTER) for navigate in my GUI that consists of a lot of buttons and other elements. With the simulator D-Pad I can without a line code navigate throw this GUI. But…
NitroBoarder
  • 93
  • 1
  • 5
7
votes
2 answers

Android TV move focus between RecyclerViews

I am building an Android TV app with the following layout: Both lists on the left and on the right are RecyclerViews with vertical LinearLayoutManagers, Header view is static. Navigation with D-PAD works fine within one list, but when switching…
6
votes
0 answers

How to get focus for EditText and navigate using D-pad in Android TV

I am creating suggestion based search feature using EditText & PopupWindowdue to some GUI requirements. Search and suggestions are working perfect, but I'm unable to navigate through search EditText and list items of PopupWindow via Dpad. following…
Uniruddh
  • 4,427
  • 3
  • 52
  • 86
5
votes
1 answer

Potential Glide bug - RecyclerView item lose focus when fast scrolled with Dpad on Android TV

I am attempting to make a basic photo album app for Android TV. Using recyclerview with glide. Issue: When scrolling one by one slowly by pressing dpad down button, recyclerview items gain focus accurately just as expected. But when dpad down button…
5
votes
2 answers

using remote control for android TV application

I'm developing an Android application for TV when I'm trying to test it in the real Android TV I can't navigate to any button or anything using the remote control buttons up, down, left, right. I have searched about it and I found that I have to…
Andrew Emad
  • 277
  • 3
  • 13
4
votes
1 answer

KeyEvent of D-pad for Android TV

In activity I have TabLayout, ViewPager and menu button (hamburger) in toolbar. With arrows on my keyboard I am moving from tabs to view pager items without problems by default but I cannot achieve focus on toolbar menu button. First of all I can't…
danyapd
  • 2,516
  • 1
  • 14
  • 23
4
votes
2 answers

Google Tv app-How to implement of MOUSE pointer on WEBVIEW navigation controlled from D-pad?

Implementing the Webview based application for Android TV with no of links to the website landing on Video pages. The web page being desktop, it is very difficult to use the D-Pad keys to navigate. I would like to implement the Mouse cursor kind of…
Vinodkumar
  • 292
  • 1
  • 4
  • 14
3
votes
0 answers

flutter webview doesn't work with dpad on android tv

there is simple code snippet import 'package:flutter/material.dart'; import 'package:flutter_inappwebview/flutter_inappwebview.dart'; void main() { runApp( MaterialApp( debugShowCheckedModeBanner: false, home: Scaffold( …
Nagual
  • 1,576
  • 10
  • 17
  • 27
3
votes
1 answer

Flutter how to make a selectable / focusable widget

I am creating an android tv app. I was trying to work out for a long time why when I clicked the arrow up and down buttons on the remote it appeared to do nothing and it wasn't selecting any of the list item. Eventually I was able to work out that…
Nicholas Muir
  • 2,897
  • 8
  • 39
  • 89
3
votes
1 answer

Changing focus between views in recyclerview item android

I am doing adaptation of my app for Android TV. I have RecyclerView with items. Each item includes three LinearLayouts.
danyapd
  • 2,516
  • 1
  • 14
  • 23
3
votes
0 answers

React Native Android TV focus on Flatlist item

Hello I am using React Native 62.2 and have managed to get the TVEventHandler working. On the same component I am using a button and a Flatlist.The focus is moving using D Pad from button to the Flatlist and when repeatedly clicking, i am able to…
pcrocks
  • 31
  • 1
3
votes
8 answers

React Native - Derectional Pad support Android TV App

I would want to build an Android TV app using React-Native. I have followed up the recommendation on this document: Building For TV Devices. After, update the AndroidManifest.xml file I run the application using the command line - react-native run…
J. Alves
  • 51
  • 1
  • 6
3
votes
0 answers

How to develop D-pad navigation on React Native?

I am using React Native to develop app for ODG R-7 smart glasses that run on Android 4.4 KitKat. I'd like to develop D-pad navigation as specified in https://developer.android.com/training/tv/start/navigation.html. I believe the key would be to…
Seppo Sahi
  • 31
  • 1
1
2 3 4 5 6