Skip to content

goyalzz/MyDemoSdk

Repository files navigation

README

This is my demo library.

How to Use?

  • Import Library as a Module.

  • Set MetaData in Manifest file e.g

  • Requires Dependency:

    • compile 'com.google.android.gms:play-services-location:9.2.1' (OPTIONAL)
  • Requires following permissions:

    • Internet Permission
    • ACCESS_FINE_LOCATION Permission
    • Read Phone State
    • Access Wifi State
  • Initialize in Application Class as

    • try { MyLibrary.init(this, "MyAdvertiserId", "MyPublisherId"); } catch (Exception e) { e.printStackTrace(); }
  • For Android: Add Below Dependencies allprojects { repositories { ...... maven { url "https://jitpack.io" } } }

    dependencies { ...................... compile 'com.github.goyalzz:MyDemoSdk:-SNAPSHOT' }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages