cpappzoro
Results
2
issues of
cpappzoro
any example of mvvm pattern like your Android- Boilerplate
java.lang.ClassCastException: android.view.ContextThemeWrapper cannot be cast to android.app.Activity at chuangyuan.ycj.videolibrary.video.VideoPlayerManager$Builder.create(VideoPlayerManager.java:676) my code mVideoPlayer = dialog.findViewById(R.id.mVideoPlayer); userPlayer = new VideoPlayerManager.Builder(VideoPlayerManager.TYPE_PLAY_USER, mVideoPlayer).create(); implementation 'com.ycjiang:VideoPlayModule-Lite:2.3.32' when i am using this lib in a Dialog...