I have integrated InMobi in mopub network. I have put the code of mopub along with its xml. Is it needed to put Inmobi code along with mobup. if yes,then which xml will use. Please help me regarding this.
//My code
moPubView = (MoPubView) rootView.findViewById(R.id.adview);
moPubView.setAdUnitId("6d9c103be7aa446ab94e543462a390d8");
moPubView.forceRefresh();
moPubView.loadAd();
//My xml
<com.mopub.mobileads.MoPubView
android:id="@+id/adview"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
ads:loadAdOnCreate="true"/>