How to fit video in Live wallpaper, by center-crop and by fitting to width/height?
You can achieve this with a TextureView. (surfaceView won’t work either).I have found some code which will help you for achieving this. in this demo you can crop the video in three type center, top & bottom. TextureVideoView.java public class TextureVideoView extends TextureView implements TextureView.SurfaceTextureListener { // Indicate if logging is on public static final … Read more