Skip to content

SDK development and few simple features implementation through sdk

Notifications You must be signed in to change notification settings

abhishekBhartiProjects/AndroidSDKDevelopment

Repository files navigation

AndroidSDKDevelopment

This is a simple sdk example. It is mainy to test and experiment what all we can do with sdk.

alt text

Add JitPack repository to your build file

allprojects {

repositories {
	maven { url 'https://jitpack.io' }
}

}

Add the dependency

dependencies {

        implementation 'com.github.abhishekBhartiProjects:AndroidSDKDevelopment:0.1.0'

}

About

SDK development and few simple features implementation through sdk

Resources

Stars

Watchers

Forks

Packages

No packages published