android - Slide to delete with rotation -


i need remove view rotation using on touch event. view not lightweight: contain web browser , other elements.

i implemented slide delete without rotation, , works not fast, works. after adding rotation... very slowly.

i looking fast method remove rotation.

as understand, can read bitmap screen, hide view , paint bitmap on canvas. think, method should works fine.

my question is:

  • what library can use?
  • what screen rotation (i must clear canvas, remove bitmap, restore view, , reset touch events)?
  • maybe can use analog of internal drag , drop? (hmmm, idea, how make fullsize shadow , animate action "moving out of screen"?)

how solve such problems?

update mohammed ali: can read bitmap of view , draw on canvas . opaque shadow drag , drop, shadow size...


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -