Skip to content

Deltadox Android SDK - SDK Core for Easy Development

License

Notifications You must be signed in to change notification settings

deltadox/deltadox-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This Project (release 👷🔧️👷‍♀️⛏)

Android CI pages-build-deployment

  • SDK for anything your problem to make easier developing android apps
  • Available for android and desktop
  • Privacy Policy Click Here
  • License Click Here

Version Release

This Is Latest Release

$version_release = 1.0.0

What's New??

* Android Code Helper *
* Extension Helper From Frogo Sdk Tools * 

Download this project

Step 1. Add the JitPack repository to your build file (build.gradle : Project)

<Option 1> Groovy Gradle

// Add it in your root build.gradle at the end of repositories:

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

<Option 2> Kotlin DSL Gradle

// Add it in your root build.gradle.kts at the end of repositories:

allprojects {
    repositories {
        ...
        maven("https://jitpack.io")
    }
}

Step 2. Add the dependency (build.gradle : Module)

<Option 1> Groovy Gradle

dependencies {
    // library deltadox-android
    implementation 'com.github.deltadox:deltadox-android:1.0.0'
}

<Option 2> Kotlin DSL Gradle

dependencies {
    // library deltadox-android
    implementation("com.github.deltadox:deltadox-android:1.0.0")
}

<Option 3> libs.versions.toml

[versions]
deltadoxAndroid = "1.0.0"

[libraries]
deltadox-android = { group = "com.github.deltadox", name = "deltadox-android", version.ref = "deltadoxAndroid" }

dependencies {
    // library deltadox-android
    implementation(libs.deltadox.android)
}

Colaborator

Very open to anyone, I'll write your name under this, please contribute by sending an email to me

  • Mail To [email protected]
  • Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]
  • Example : Github_amirisback_kotlin_admob-helper-implementation

Name Of Contribute

  • Muhammad Faisal Amir
  • Waiting List
  • Waiting List

Waiting for your contribute

Attention !!!

  • Please enjoy and don't forget fork and give a star
  • Don't Forget Follow My Github Account

ScreenShoot Apps

About

Deltadox Android SDK - SDK Core for Easy Development

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 86.5%
  • Java 13.4%
  • AIDL 0.1%