mohamadyamini4 / resana-android-sdk

resana ad agency

Home Page:https://resana.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resana

Resana android SDK

Codacy Badge

Resana is a mobile ad network. it helps you to improve your bussines.

Resana Goals

  • A simple way of showing splash, video sticky and native ads to host application.
  • Native ads are ads that developer of host application decides where to show.
  • Resana handles ad click and landing click for native ads itself.
  • Read more about resana.

Download

  • To use Resana in Android
allprojects {
...
    repositories {
      maven { url "https://maven.oddrun.ir/artifactory/resana" }
     }
 }    
 
 ext {
    resanaVersion = 'latest version'
 }
dependencies {
    implementation( 'io.resana:resana:$resanaVersion@aar' ) {transitive = true}
}

Documentation

  • User guide: This guide contains examples on how to use Resana in your android project.
  • Change log: Changes in the recent versions of resana.

About

resana ad agency

https://resana.io/


Languages

Language:Java 100.0%