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
2
votes
2 answers

List view Focus while using D-PAD

In my Image there is a sidebar and ListView there, I access every Button by using D-PAD. When side bar search button has focus and I press right D-PAD button, I want the focus to go to the ListView's first item. But, in my case it goes to the second…
learner
  • 3,092
  • 2
  • 21
  • 33
2
votes
0 answers

How to reimplement dpad event handling from LatinIME

The default keyboard in ics (tested with 4.0.4) lets you "select" keys on the on-screen-keyboard using movement keys ( with a dpad or keyboard arrows). By clicking the selected key is typed in. I'm writing a new input method that needs this…
Broatian
  • 860
  • 9
  • 10
2
votes
1 answer

How to USE Soft IME with DPAD

We have standard software IME keyboard , SoftIME work fine for touch How we can naviagate on SOft IME using DPAD ?
Shrenik
  • 399
  • 2
  • 5
  • 22
1
vote
0 answers

Better iPhone Joystick

Recently I've been working on creating Pac-Man for the iPhone. Yes, I know it's on the App store, but it's five dollars and I've had more fun making it myself. Everything works great, except for the joystick. It's not great at handling tight turns…
NSchulze
  • 179
  • 1
  • 5
  • 19
1
vote
0 answers

How can I move focus between OverlayItems on a MapView using the d-pad?

I have a MapView with an ItemizedOverlay containing a number of OverlayItems. How can I let the users to switch the focus between these OverlayItems using the d-pad or cursor keys? At the moment the MapView never even gets focus, the highlight just…
Intrications
  • 16,782
  • 9
  • 50
  • 50
1
vote
0 answers

Android Tv Missing DPad functionality. App rejected

I already tryed to contact the support with no success (through report of the build and the getHelp page https://support.google.com/googleplay/android-developer/gethelp, i got no reply or the same reply "Missing dpad f...") and read this thread…
1
vote
1 answer

D-pad navigation - data structure and programming?

I am tasked with implementing d-pad navigation for an existing web application for GoogleTV (and I'm testing in Google Chrome, and so far they seem to operate similarly. In their notes for implementing d-pad navigation they have basic handlers for…
artlung
  • 33,305
  • 16
  • 69
  • 121
1
vote
0 answers

How to set up a separate D-pad or remote control for Android TV Emulator?

I wanted to know how to set up a separate D-pad or remote control for the Android TV emulator I have created on Android Studio. I tried the default 'Directional Pad' on the Emulator options, but I am wanting a separate d-pad like in another frame…
1
vote
0 answers

Zoom SDK + Android TV

I know that Zoom SDK officially not supporting Android TVs. But the apps with an integrated Zoom SDK can run on TV devices and it is even normally handled by a DPAD. Except of one issue. When you start a meeting, the app shows you the bubble with…
anmig
  • 33
  • 3
1
vote
0 answers

Dpad Focus on a particular view

I'm having a splash screen and in that screen, I have few views like videoView, imageView, and button. I want to get focused on my button at the start of the activity so that if I press ok from the remote of my Tv it should go to next activity I…
1
vote
1 answer

RecyclerView automatically scrolls to the bottom of the list d-pad

I have an issue where if the RecyclerView has a lot of items (more than 180), the user automatically scrolls down to the bottom of the list when I click D-PAD Down on the first row. I am using a GridLayout for this list. This is my Custom Recycler…
blackpanther
  • 10,998
  • 11
  • 48
  • 78
1
vote
0 answers

Knowing that focus is on the left most view in Android TV

I am developing an application for Android/Fire TV. So now my question is that - How can I get to know that focus is on the left most view? I have two containers: (1) a hidden left menu (similar to an Android Drawer) & (2) an area with all the…
nitin tyagi
  • 456
  • 1
  • 4
  • 19
1
vote
1 answer

Horizontal recyclerview in tv dpad focus going cyclic on fast scroll

I am using a horizontal recyclerview in my tv project.I am setting focusable for the recycler view item.So with d pad I can move through.When I am doing normal key press everything works fine.But when I am trying to do a fast scroll with dpad after…
1
vote
0 answers

navigate listview items using dpad

I'm developing an app for android tv in which i has a listview.I want to use a D-pad for navigation between listview items. For example if use presses the Down arrow button then next list item should get the focus. I have created a simple listview…
Andrain
  • 872
  • 1
  • 16
  • 43
1
vote
0 answers

request focus on imageview in fragment

I am developing app for Android TV. In app there is a fragment layout that has four ImageView in LinearLayout horizontal direction and a RecyclerView that is below on LinearLayout. When I launch app and navigate through DPAD control then…
Shailesh Kumar
  • 393
  • 5
  • 20