Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 894 Bytes

File metadata and controls

37 lines (23 loc) · 894 Bytes

Tapligh Android Native Library Demo

Native ads are banner ads which have the same look and feel as the original items of an app have. You can integrate tapligh native ads by passing some simple steps. First, create an account from Tapligh panel. Next, register your app through this link.

Installation

  1. Add Tapligh repository into the main build.gradle file of your project like below:
repositories {

        maven { url  "https://dl.bintray.com/tapligh/Tapligh-SDK" }

}
  1. Next add tapligh native ad dependency into the gradle file of your app module.

dependencies {

    implementation 'com.tapligh.sdk:native-sdk:1.+'

}

Usage

Please follow this link to understand how to integrate tapligh native ad in your app.