Skip to content

Deltadox-Android

Actions
SDK for anything your problem to make easier developing android apps
1.0.1
Latest
Star (4)

Tags

 (2)

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.1

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.1'
}

<Option 2> Kotlin DSL Gradle

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

<Option 3> libs.versions.toml

[versions]
deltadoxAndroid = "1.0.1"

[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

Deltadox-Android is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

SDK for anything your problem to make easier developing android apps
1.0.1
Latest

Tags

 (2)

Deltadox-Android is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.