java - Android app navigation | custom navigation -


i think bit difficult. created coordinate system, build game upon it. since able move left , right swiping. possible allow swipe up/down? think annoying swipe time, had idea add system google maps using (move around tap , hold). there listener or similar include this, or know how create that. i've searched around web find something... without success.

thanks help.

i've got awnser myself, use ontouchlistener , catch motionevent.action_down , .action_move example able current touch position , calculate difference between , start position , animate map values.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -