How can I cut a video frame by frame into several areas. Or can I only display 1/n part of the whole view of the video? I mean just like that we have two screen and each one show part of the video but altogether show a whole view of the video? How can I implement it in Android development??? Thanks a lot !!!
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...