不知道我该如何做分页并在exoplayer中插入广告

时间:2019-07-11 12:06:13

标签: android pagination exoplayer ads

使用此exoplayer,但不知道在5个exoplayer视频后如何添加分页和广告

let priceValue = parseFloat(price.replace(/[^0-9.]+/g, ''));

Recyclerviewadapter

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".ui.MainActivity"
    >

  <com.androidwave.exoplayer.ui.ExoPlayerRecyclerView
      android:id="@+id/exoPlayerRecyclerView"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:background="#dedede"
      android:dividerHeight="8dp"
      />

</android.support.constraint.ConstraintLayout>

在此回收站视图中,我正在插入视频,并且效果很好,也可以聚焦播放,但不能在某些视频之后插入广告。还有分页的问题。这样它就不会杂乱无章。

0 个答案:

没有答案