Pergunta

How can you trigger an onFling() without the user actually touching the device?

Actually my need is a little different than that. I have a horizontally-scrolling Gallery, and below that is a row of buttons. I want the user to be able to advance the gallery to the next View just by tapping a bottom-row button. Let's call this method next().

I envision calling the next() from the OnClickListener.

Foi útil?

Solução

As it happens, there is a method available to Gallery. It is setSelected(int index).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top