Skip to content

PeterChu2/DynamoUI

Repository files navigation

DynamoUI

Android library to create Android UI elements that have dynamic properties in real-time.

Integrate into your app:

  1. Add module to your application's build.gradle.
  compile 'com.dynamoui.core:dynamoui:1.0.+'

Add this to your android object in your app's build.gradle:

packagingOptions {
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/LICENSE-FIREBASE.txt'
        exclude 'META-INF/NOTICE'
    }

Add this to your project's build.gradle.

allprojects {
    repositories {
        jcenter()
    }
}
  1. Initialize the Dynamo Context in your Activity's onCreate before setting the content view.
    Dynamo.getContext().init(this, "MyCoolApp");
  1. Add Dynamo UI Elements to your activity's layout. Ensure a dynamo_id is assigned that matches the dashboard dynamo_id.
    <com.example.dynamoui.views.DynamoTextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/dynamo_text_view"
            android:text="Hello World!"
            app:dynamo_id="text_view_1" />

About

Android library for adding Android UI elements with dynamic properties.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages