Skip to content

sdk-ui-android - A UI framework for adding XYO themed toolbars and dialogs to your existing code

License

Notifications You must be signed in to change notification settings

xycorp/sdk-ui-android

Repository files navigation

logo

sdk-ui-android

Maintainability

A UI framework for adding XYO themed toolbars and dialogs to your android application.

PREREQUISITES

  • JDK 1.8
  • Android SDK
    • Kotlin
    • Build Tools 28+

Installing

You can add sdk-ui-android to your existing app by cloning the project and manually adding it to your build.gradle:

git clone [email protected]:XYOracleNetwork/sdk-ui-android.git

or by using jitPack:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    implementation 'com.github.XYOracleNetwork:sdk-ui-android:1.0.2'
}

Usage

Most of the UI components can be added to an existing XML layout file. Look at the ui-android-sample folder for examples

<company.xy.sdk.ui.views.XYButton
        android:id="@+id/myButton"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="XY Button"/>

License

This project is licensed under the MIT License - see the LICENSE.md file for details




Made with ❤️ by [XY - The Persistent Company] (https://xy.company)

About

sdk-ui-android - A UI framework for adding XYO themed toolbars and dialogs to your existing code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages