Skip to content
This repository was archived by the owner on Oct 15, 2021. It is now read-only.
This repository was archived by the owner on Oct 15, 2021. It is now read-only.

Question: may i know which on position fb ads will show in recyclerview  #12

Description

@ashu2121

I want to know can i set position of showing ad in recyclerview. As i do not want to show ads frequently.

EDIT
After checking code i found
GridLayoutManager lm = new GridLayoutManager(this, 3); MyAdapter adapter = new MyAdapter(); FBNativeAdAdapter fbAdapter = FBNativeAdAdapter.Builder.with("469109283477914_473204296401746", adapter) .adItemInterval(9) .enableSpanRow(lm) .build();

.adItemInterval(9) you have set interval 9 position,

may i know can we set randomly greater than position. like Ads must show after 9 position but not show at every 9th position
For example -> can show at position at 9, 21,32 etc.
Is it possible?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions