Hi I'm trying to generate gif from animated view
In brief, I've ImageView and animated view inside FrameLayout, now i want to generate gif of main FrameLayout, minimum sdk level 19. getDrawingCache bitmap and arrange them in sequence to gif may cause memory out of bound issue.
when i click "start rec" i want gif or video of that particular view.

