allyn

Results 5 issues of allyn

有些视频高宽不够的时候会被拉伸导致视频播放变形,需要做视频大小处理。

W/ExifInterface: Invalid image: ExifInterface got an unsupported image format file(ExifInterface supports JPEG and some RAW image formats only) or a corrupted JPEG file to ExifInterface. java.io.IOException: Invalid marker: 89 at...

BaseViewHolder 继承这个类,在这里更新某个item的界面,滑动listview的时候item的界面错乱了!这个问题怎么解决啊?

``` public View getView() { return mRootView; } ```

加载一个本地的html,html正常显示出来了,只执行了onPageStarted方法,onLoadResource,onPageFinished等方法都没有执行,请问谁遇到过这个问题?