mayursancheti

Results 1 comments of mayursancheti

ok i understand you are confusing code, step 1) i have declare exoplayer in viewpager ``` simpleExoPlayer = new SimpleExoPlayer.Builder(context).build(); String userAgent = Util.getUserAgent(context, context.getString(R.string.app_name)); DefaultDataSourceFactory defdataSourceFactory = new DefaultDataSourceFactory(context,userAgent);...